creator.core.input

Undocumented in source.

Members

Functions

incInputBegin
void incInputBegin()

Begins a UI input pass

incInputGetMousePosition
vec2 incInputGetMousePosition()

Gets the position of the mouse in the viewport

incInputIsKeyDown
bool incInputIsKeyDown(ImGuiKey key)

Gets whether a key is held down

incInputIsKeyPressed
bool incInputIsKeyPressed(ImGuiKey key)

Gets whether a key is held down

incInputIsKeyUp
bool incInputIsKeyUp(ImGuiKey key)

Gets whether a key is held down

incInputSetViewportMouse
void incInputSetViewportMouse(float x, float y)

Sets the mouse within the viewport

Meta