Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_updateInput
Function · 0.85
moveFeatures
Function · 0.85
handleSectorExtrude
Function · 0.85
handleSectorDraw
Function · 0.85
handleFeatureEditInput
Function · 0.85
handleGuidelinesEdit
Function · 0.85
handleVertexInsert
Function · 0.85
handleMouseClick
Function · 0.85
isShortcutHeld
Function · 0.85
missionBriefing_handleInput
Function · 0.85
escapeMenu_updateUI
Function · 0.85
agentMenu_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected