]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/touchscreen.cpp
Add a type enumeration for devices
[libs/gui.git] / source / input / touchscreen.cpp
index c4de688a76d32efddcf3905f7a4bdeded22e204b..f2e06f6bd49f463b56ff0b37ac39e8b4a3762d73 100644 (file)
@@ -6,6 +6,7 @@ namespace Msp {
 namespace Input {
 
 Touchscreen::Touchscreen(Graphics::Window &w):
+       Device(TOUCH_SURFACE),
        window(w)
 {
        if(!is_available())