Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ setUiInput
Function
setUiInput
TheForceEngine/TFE_Ui/ui.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void setUiInput(const void* inputEvent)
82
{
83
const SDL_Event* sdlEvent = (SDL_Event*)inputEvent;
84
ImGui_ImplSDL2_ProcessEvent(sdlEvent);
85
}
86
87
void begin()
88
{
Callers
1
handleEvent
Function · 0.85
Calls
1
ImGui_ImplSDL2_ProcessEvent
Function · 0.85
Tested by
no test coverage detected