comparison Applications/Samples/SingleFrameApplication.h @ 457:3b4df9925db6 am-touch-events

added support for 'touch' in mouse trackers. This is still a bit hacky and we need to refactor it to make it clean. Thanks to that, Pan and zoom are available together with 2 touches
author Alain Mazy <alain@mazy.be>
date Thu, 24 Jan 2019 16:42:27 +0100
parents b70e9be013e4
children 45f4953f4162
comparison
equal deleted inserted replaced
456:b70fcc134ba4 457:3b4df9925db6
58 KeyboardModifiers modifiers, 58 KeyboardModifiers modifiers,
59 int viewportX, 59 int viewportX,
60 int viewportY, 60 int viewportY,
61 double x, 61 double x,
62 double y, 62 double y,
63 IStatusBar* statusBar) 63 IStatusBar* statusBar,
64 const std::vector<Touch>& displayTouches)
64 { 65 {
65 return NULL; 66 return NULL;
66 } 67 }
67 68
68 virtual void MouseOver(CairoContext& context, 69 virtual void MouseOver(CairoContext& context,