MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / mousePressed

Function mousePressed

TheForceEngine/TFE_Input/input.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 bool mousePressed(MouseButton button)
369 {
370 return s_mousePressed[button] != 0;
371 }
372
373 bool relativeModeEnabled()
374 {

Callers 15

inputMapping_updateInputFunction · 0.85
inputPrefFunction · 0.85
infoPanelOutputFunction · 0.85
infoPanelWallFunction · 0.85
updateContextWindowFunction · 0.85
handleMouseClickFunction · 0.85
isShortcutPressedFunction · 0.85
isShortcutRepeatFunction · 0.85
escapeMenu_updateUIFunction · 0.85
agentMenu_updateFunction · 0.85
updateNewAgentDlgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected