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

Function mouseDown

TheForceEngine/TFE_Input/input.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 bool mouseDown(MouseButton button)
364 {
365 return s_mouseDown[button] != 0;
366 }
367
368 bool mousePressed(MouseButton button)
369 {

Callers 15

inputMapping_updateInputFunction · 0.85
moveFeaturesFunction · 0.85
handleSectorExtrudeFunction · 0.85
handleSectorDrawFunction · 0.85
handleFeatureEditInputFunction · 0.85
handleGuidelinesEditFunction · 0.85
handleVertexInsertFunction · 0.85
handleMouseClickFunction · 0.85
isShortcutHeldFunction · 0.85
escapeMenu_updateUIFunction · 0.85
agentMenu_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected