summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvs.h')
-rw-r--r--src/pvs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pvs.h b/src/pvs.h
index 4b1e29e..8e94169 100644
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -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_ */