summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
authorSebastien Braun2010-10-04 00:22:14 +0200
committerSebastien Braun2010-10-05 18:15:48 +0200
commit266eb5fb14c07e67aa211a5860e9abf3009136e3 (patch)
tree9eeb8b159edf6e83880c056f1177cebec2ad354c /src/pvs.h
parentDefect #715, apply patch by Sébastien (diff)
downloadpvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.tar.gz
pvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.tar.xz
pvs-266eb5fb14c07e67aa211a5860e9abf3009136e3.zip
Implement first version of basic input event support
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_ */