MCPcopy 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

getShortcutKeyComboTextFunction · 0.85
stringToMouseButtonFunction · 0.85
mouseButtonToStringFunction · 0.85
getBindingStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected