MCPcopy Create free account
hub / github.com/OpenMW/openmw / setChangingDirection

Method setChangingDirection

extern/oics/ICSControl.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void Control::setChangingDirection(ControlChangingDirection direction)
95 {
96 currentChangingDirection = direction;
97 mPendingActions.push_back(direction);
98 }
99
100 void Control::update(float timeSinceLastFrame)
101 {

Callers 7

keyPressedMethod · 0.80
keyReleasedMethod · 0.80
buttonPressedMethod · 0.80
buttonReleasedMethod · 0.80
mousePressedMethod · 0.80
mouseReleasedMethod · 0.80
mouseWheelMovedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected