Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <imgui_internal.h>
Public Member Functions | |
ImGuiInputEvent () | |
Public Attributes | ||
ImGuiInputEventType | Type | |
ImGuiInputSource | Source | |
ImU32 | EventId | |
union { | ||
ImGuiInputEventMousePos MousePos | ||
ImGuiInputEventMouseWheel MouseWheel | ||
ImGuiInputEventMouseButton MouseButton | ||
ImGuiInputEventMouseViewport MouseViewport | ||
ImGuiInputEventKey Key | ||
ImGuiInputEventText Text | ||
ImGuiInputEventAppFocused AppFocused | ||
}; | ||
bool | AddedByTestEngine | |
|
inline |
union { ... } ImGuiInputEvent |
bool ImGuiInputEvent::AddedByTestEngine |
ImGuiInputEventAppFocused ImGuiInputEvent::AppFocused |
ImU32 ImGuiInputEvent::EventId |
ImGuiInputEventKey ImGuiInputEvent::Key |
ImGuiInputEventMouseButton ImGuiInputEvent::MouseButton |
ImGuiInputEventMousePos ImGuiInputEvent::MousePos |
ImGuiInputEventMouseViewport ImGuiInputEvent::MouseViewport |
ImGuiInputEventMouseWheel ImGuiInputEvent::MouseWheel |
ImGuiInputSource ImGuiInputEvent::Source |
ImGuiInputEventText ImGuiInputEvent::Text |
ImGuiInputEventType ImGuiInputEvent::Type |