4#include "HotKeyComponent.hpp"
5#include "Primitives.hpp"
6#include "SWManager.hpp"
23 void EventLoopIterationStart();
24 void HandleUserEvent(
Event event);
29 Vector2i GetWindowSize()
const;
32 void RegisterSubWindows();
33 void HandleResizeEvent();
34 void InitializeHotKeyActions();
The HotKeyComponent class - class to handle pre defined bindings.
Definition HotKeyComponent.hpp:20
SubWindowManager is a SubWindow's and SWHolder's manager.
Definition SWManager.hpp:21
Definition Primitives.hpp:88