]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/gesturedetector.cpp
Add a type enumeration for devices
[libs/gui.git] / source / input / gesturedetector.cpp
index 97e3d56f0fc53a3e4a7eb0e271a2a0c060303603..d53c07f7c47c827142513a0e148f776536dbd039 100644 (file)
@@ -10,6 +10,7 @@ namespace Msp {
 namespace Input {
 
 GestureDetector::GestureDetector(Touchscreen &ts):
+       Device(UNSPECIFIED),
        touchscreen(ts),
        current_gesture(GESTURE_NONE),
        pending_tap(GESTURE_NONE),