Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ getMouseButtonName
Function
getMouseButtonName
TheForceEngine/TFE_Input/input.cpp:507–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
const char* getMouseButtonName(MouseButton button)
508
{
509
return s_mouseButtonNames ? s_mouseButtonNames[button] :
""
;
510
}
511
512
const char* getMouseWheelName(MouseWheel axis)
513
{
Callers
4
getShortcutKeyComboText
Function · 0.85
stringToMouseButton
Function · 0.85
mouseButtonToString
Function · 0.85
getBindingString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected