Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiInputEvent Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiInputEvent:
[legend]

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
 

Constructor & Destructor Documentation

◆ ImGuiInputEvent()

ImGuiInputEvent::ImGuiInputEvent ( )
inline

Member Data Documentation

◆ [union]

union { ... } ImGuiInputEvent

◆ AddedByTestEngine

bool ImGuiInputEvent::AddedByTestEngine

◆ AppFocused

ImGuiInputEventAppFocused ImGuiInputEvent::AppFocused

◆ EventId

ImU32 ImGuiInputEvent::EventId

◆ Key

ImGuiInputEventKey ImGuiInputEvent::Key

◆ MouseButton

ImGuiInputEventMouseButton ImGuiInputEvent::MouseButton

◆ MousePos

ImGuiInputEventMousePos ImGuiInputEvent::MousePos

◆ MouseViewport

ImGuiInputEventMouseViewport ImGuiInputEvent::MouseViewport

◆ MouseWheel

ImGuiInputEventMouseWheel ImGuiInputEvent::MouseWheel

◆ Source

ImGuiInputSource ImGuiInputEvent::Source

◆ Text

ImGuiInputEventText ImGuiInputEvent::Text

◆ Type

ImGuiInputEventType ImGuiInputEvent::Type

The documentation for this struct was generated from the following file:
Untitled