122 const
InputState& getInputState() const noexcept {
return mInputState; }
#define CE_SCRIPT_EXPORT(...)
The CE_SCRIPT_EXPORT macro marks a class or method as exportable and available in scripting environme...
Definition Macros.hpp:247
Definition InputContext.hpp:24
Base template for the event class.
Definition Event.hpp:27
Definition Application.hpp:19
CursorMode
A enumeration of supported cursor modes.
Definition Input.hpp:428
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
std::map< Key, T, Compare, ScopedAllocatorAdaptor< StdAllocator< Pair< const Key, T >, RawAllocator > > > Map
Map is a sorted associative container that contains key-value pairs with unique keys.
Definition Map.hpp:24
A structure that describes a key press event.
Definition InputEvent.hpp:55
A structure that describes a mouse event.
Definition InputEvent.hpp:98
A structure that describes a text input event.
Definition InputEvent.hpp:124