mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
refs #313 doxygen
This commit is contained in:
@@ -40,6 +40,7 @@ namespace BlackInput
|
||||
//! Destructor
|
||||
virtual ~IKeyboard() {}
|
||||
|
||||
//! Set the list of keys to monitor
|
||||
virtual void setKeysToMonitor(const BlackMisc::Hardware::CKeyboardKeyList &keylist) = 0;
|
||||
|
||||
/*!
|
||||
@@ -76,7 +77,10 @@ namespace BlackInput
|
||||
*/
|
||||
void keySelectionFinished(BlackMisc::Hardware::CKeyboardKey key);
|
||||
|
||||
//! Key down
|
||||
void keyDown(const BlackMisc::Hardware::CKeyboardKey &);
|
||||
|
||||
//! Key up
|
||||
void keyUp(const BlackMisc::Hardware::CKeyboardKey &);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user