Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_updateInput
Function · 0.85
inputPref
Function · 0.85
infoPanelOutput
Function · 0.85
infoPanelWall
Function · 0.85
updateContextWindow
Function · 0.85
handleMouseClick
Function · 0.85
isShortcutPressed
Function · 0.85
isShortcutRepeat
Function · 0.85
missionBriefing_handleInput
Function · 0.85
escapeMenu_updateUI
Function · 0.85
agentMenu_update
Function · 0.85
updateNewAgentDlg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected