MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / bindMouseAxis

Method bindMouseAxis

src/engine/Input.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void Input::bindMouseAxis(MouseAxis mouseAxis, ActionType actionType, bool isContinuous, bool isInverted)
121{
122 actionBindingToMouseAxisMap[ActionBinding(actionType, isContinuous, isInverted)] = mouseAxis;
123}
124
125void Input::keyEvent(int key, int scancode, int action, int mods)
126{

Callers

nothing calls this directly

Calls 1

ActionBindingClass · 0.85

Tested by

no test coverage detected