MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / BindTriggered_AutoRotate

Function BindTriggered_AutoRotate

src/InputHandler.c:682–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682static cc_bool BindTriggered_AutoRotate(int key, struct InputDevice* device) {
683 if (Gui.InputGrab) return false;
684
685 InputHandler_Toggle(key, &AutoRotate_Enabled,
686 " &eAuto rotate is &aenabled",
687 " &eAuto rotate is &cdisabled");
688 return true;
689}
690
691static cc_bool BindTriggered_ThirdPerson(int key, struct InputDevice* device) {
692 if (Gui.InputGrab) return false;

Callers

nothing calls this directly

Calls 1

InputHandler_ToggleFunction · 0.85

Tested by

no test coverage detected