comparison Samples/Sdl/TrackerSampleApp.h @ 897:9c2f6d6b9f4a am-dev

Merge
author Alain Mazy <alain@mazy.be>
date Tue, 16 Jul 2019 12:37:29 +0200
parents 0aff28f15ea2
children 0c5201499af8
comparison
equal deleted inserted replaced
896:875bd6aca5e6 897:9c2f6d6b9f4a
62 TrackerSampleApp(MessageBroker& broker); 62 TrackerSampleApp(MessageBroker& broker);
63 void PrepareScene(); 63 void PrepareScene();
64 void Run(); 64 void Run();
65 void SetInfoDisplayMessage(std::string key, std::string value); 65 void SetInfoDisplayMessage(std::string key, std::string value);
66 void DisableTracker(); 66 void DisableTracker();
67
68 boost::shared_ptr<Scene2D> GetScene();
69 boost::shared_ptr<const Scene2D> GetScene() const;
70 67
71 void HandleApplicationEvent(const SDL_Event& event); 68 void HandleApplicationEvent(const SDL_Event& event);
72 69
73 /** 70 /**
74 This method is called when the scene transform changes. It allows to 71 This method is called when the scene transform changes. It allows to