MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / setAxis

Function setAxis

TheForceEngine/TFE_Input/input.cpp:69–72  ·  view source on GitHub ↗

Set, from the OS

Source from the content-addressed store, hash-verified

67
68 // Set, from the OS
69 void setAxis(Axis axis, f32 value)
70 {
71 s_axis[axis] = value;
72 }
73
74 void setButtonDown(Button button)
75 {

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected