comparison Framework/Scene2D/PointerEvent.cpp @ 1208:00e6bff9ea39 broker

handling of mouse interactions in ViewportController
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Dec 2019 18:51:03 +0100
parents 7efa2543699d
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1207:17a92c39c633 1208:00e6bff9ea39
24 #include <Core/OrthancException.h> 24 #include <Core/OrthancException.h>
25 25
26 namespace OrthancStone 26 namespace OrthancStone
27 { 27 {
28 PointerEvent::PointerEvent() : 28 PointerEvent::PointerEvent() :
29 button_(MouseButton_None),
29 hasAltModifier_(false), 30 hasAltModifier_(false),
30 hasControlModifier_(false), 31 hasControlModifier_(false),
31 hasShiftModifier_(false) 32 hasShiftModifier_(false)
32 { 33 {
33 } 34 }