]> git.tdb.fi Git - libs/gui.git/commit - source/input/touchscreen.h
Touchscreen input device
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 20:40:25 +0000 (22:40 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 20:40:25 +0000 (22:40 +0200)
commit1d7113259625a91f5f6d2f53365aad22ae744689
tree9f5f37231338a652e7f87676f885298f54616805
parentd6bdc1d1dd8df202608eeee4fb2a99693ee62d56
Touchscreen input device

Currently only implemented for Windows.
14 files changed:
source/graphics/android/window.cpp
source/graphics/cocoa/window.cpp
source/graphics/window.cpp
source/graphics/window.h
source/graphics/windows/window.cpp
source/graphics/windows/window_platform.h
source/graphics/x11/window.cpp
source/input/android/touchscreen.cpp [new file with mode: 0644]
source/input/cocoa/touchscreen.cpp [new file with mode: 0644]
source/input/touchscreen.cpp [new file with mode: 0644]
source/input/touchscreen.h [new file with mode: 0644]
source/input/windows/mouse.cpp
source/input/windows/touchscreen.cpp [new file with mode: 0644]
source/input/x11/touchscreen.cpp [new file with mode: 0644]