MCPcopy 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
81void setUiInput(const void* inputEvent)
82{
83 const SDL_Event* sdlEvent = (SDL_Event*)inputEvent;
84 ImGui_ImplSDL2_ProcessEvent(sdlEvent);
85}
86
87void begin()
88{

Callers 1

handleEventFunction · 0.85

Calls 1

Tested by

no test coverage detected