diff Applications/Samples/SimpleViewer/MainWidgetInteractor.h @ 506:801d2697a1b1 bgo-commands-codegen

Merge with am-touch-events
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 26 Feb 2019 21:33:16 +0100
parents ee41b6a017d7 3b4df9925db6
children 4f2416d519b4
line wrap: on
line diff
--- a/Applications/Samples/SimpleViewer/MainWidgetInteractor.h	Tue Feb 26 21:26:47 2019 +0100
+++ b/Applications/Samples/SimpleViewer/MainWidgetInteractor.h	Tue Feb 26 21:33:16 2019 +0100
@@ -50,7 +50,8 @@
                                                         int viewportY,
                                                         double x,
                                                         double y,
-                                                        IStatusBar* statusBar);
+                                                        IStatusBar* statusBar,
+                                                        const std::vector<Touch>& displayTouches);
 
     virtual void MouseOver(CairoContext& context,
                            WorldSceneWidget& widget,