5 #ifndef __uitouchevent__ 6 #define __uitouchevent__ 8 #include "../../../itouchevent.h" 10 #if VSTGUI_TOUCH_EVENT_HANDLING 20 class UITouchEvent :
public ITouchEvent
23 typedef std::map<UITouch*, int32_t> NativeTouches;
27 NativeTouches nativeTouches;
29 UITouchEvent () : touchCounter (0) {}
31 TouchMap& getTouchMap () {
return touches; }
32 double getTimeStamp ()
const override {
return currentTime; }
37 #endif // VSTGUI_TOUCH_EVENT_HANDLING 39 #endif // __uitouchevent__ Definition: customcontrols.cpp:8