Definition Application.hpp:19
Button
A enumeration of known buttons.
Definition Input.hpp:25
std::vector< T, ScopedAllocatorAdaptor< StdAllocator< T, RawAllocator > > > Vector
Vector is a sequence container that encapsulates dynamic size arrays.
Definition Vector.hpp:17
Button button(const StringView &str) noexcept
Returns the Button constant that is represented by str.
CursorMode
A enumeration of supported cursor modes.
Definition Input.hpp:428
@ Normal
Displays the cursor normally as per the user operating system preferences.
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25