comparison Samples/Qt/Scene2DInteractor.cpp @ 879:12b591d5d63c am-dev

some Qt integration (wip)
author Alain Mazy <alain@mazy.be>
date Fri, 05 Jul 2019 14:52:43 +0200
parents
children a8cd3755db21
comparison
equal deleted inserted replaced
878:8f7930f589ef 879:12b591d5d63c
1 #include "Scene2DInteractor.h"
2
3
4 namespace OrthancStone
5 {
6
7 }
8
9 using namespace OrthancStone;
10
11
12 void BasicScene2DInteractor::OnMouseEvent(const GuiAdapterMouseEvent& event)
13 {
14
15 }
16
17