MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / setStateLeft

Function setStateLeft

demo/imgui.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175// Begin Add Android Support
176#ifdef ANDROID
177void setStateLeft(bool bLeftDown)
178{
179 g_state.left = bLeftDown;
180}
181#endif
182// End Add Android Support
183

Callers 1

MouseFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected