MCPcopy Create free account
hub / github.com/antopilo/Nuake / GetControllerAxis

Function GetControllerAxis

Nuake/Source/Nuake/Scripting/NetModules/InputNetAPI.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 float GetControllerAxis(int id, int axis)
60 {
61 return Input::GetControllerAxis(id, (ControllerAxis)axis);
62 }
63
64 void InputNetAPI::RegisterMethods()
65 {

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected