comparison Applications/Sdl/SdlEngine.h @ 277:a38465cc909f am-2

Qt: refresh ok + mouse interaction ok
author am@osimis.io
date Mon, 27 Aug 2018 14:41:49 +0200
parents dc1beee33134
children 017044be141b
comparison
equal deleted inserted replaced
276:5de5699ad570 277:a38465cc909f
48 SdlEngine(SdlWindow& window, 48 SdlEngine(SdlWindow& window,
49 BasicNativeApplicationContext& context); 49 BasicNativeApplicationContext& context);
50 50
51 virtual ~SdlEngine(); 51 virtual ~SdlEngine();
52 52
53 virtual void NotifyChange(const IViewport& viewport) 53 virtual void OnViewportContentChanged(const IViewport& viewport)
54 { 54 {
55 viewportChanged_ = true; 55 viewportChanged_ = true;
56 } 56 }
57 57
58 void Run(); 58 void Run();