Urho3D/Source/Samples/37_UIDrag
2014-11-15 18:42:28 +02:00
..
CMakeLists.txt A sample showing how to use UI drag features (drag begin/move/end/cancel and how to use most of the event data), and it can be used to demonstrate multi-touch drag support on touch-enabled devices. 2014-11-02 15:29:04 +11:00
UIDrag.cpp Fix consistency in touch hover touch ID. Fix returning touch IDs as available. When resetting touches, reset the touch ID mapping also. In UIDrag example, show the actual touch ID's instead of indices, to verify that the ID's stay consistent. Fix UIDrag Lua example erroneously modifying the TouchState's position. 2014-11-15 18:42:28 +02:00
UIDrag.h Updated the UI Drag sample descriptions. 2014-11-09 18:55:37 +11:00