add more spacing
[personal-kdebase.git] / workspace / khotkeys / libkhotkeysprivate / input.h
blobd3138911e0ada640237e499a499e0c9c825e8e0c
1 /****************************************************************************
3 KHotKeys
5 Copyright (C) 1999-2001 Lubos Lunak <l.lunak@kde.org>
7 Distributed under the terms of the GNU General Public License version 2.
9 ****************************************************************************/
11 #ifndef KHOTKEYS_INPUT_H
12 #define KHOTKEYS_INPUT_H
14 namespace KHotKeys
17 class Mouse
19 public:
20 static bool send_mouse_button( int button_P, bool release_P );
23 } // namespace KHotKeys
25 #endif