diff options
Diffstat (limited to 'src/pvs.h')
| -rw-r--r-- | src/pvs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,7 @@ class PVSServiceDiscovery; class PVSDiscoveredServer; +class InputEvent; /** * PVSClient @@ -142,5 +143,8 @@ private: int _timerLockTest; int _timerLockDelay; + // input event handling: + void handleInputEvent(InputEvent const& evt); + void initializeInputEventHandling(); }; #endif /* PVSCLIENT_H_ */ |
