3#include "spark/core/Export.h"
5#include "spark/base/KeyCodes.h"
6#include "spark/base/MouseCodes.h"
7#include "spark/math/Vector2.h"
8#include "spark/patterns/Signal.h"
10#include <unordered_map>
25 static bool IsKeyPressed(base::KeyCode key);
32 static bool IsMousePressed(base::MouseCode button = base::MouseCodes::Left);
A vector with two components.
Definition Vector2.h:13
A signal is a class used to emit events.
Definition Slot.h:10