ConsoleBindings
interludesoftware.tick¶
Interlude.Tick¶
ConsoleBindings Class¶
Bindings for the debug Console widget. All actions are pressed-this-frame semantics.
Inheritance System.Object → ConsoleBindings
Derived
↳ InputSystemConsoleBindings
↳ LegacyConsoleBindings
Methods¶
ConsoleBindings.AutocompleteNext() Method¶
Returns true on the frame the autocomplete-next key is pressed.
Returns¶
ConsoleBindings.AutocompletePrev() Method¶
Returns true on the frame the autocomplete-previous key is pressed.
Returns¶
ConsoleBindings.HistoryNext() Method¶
Returns true on the frame the history-next key is pressed.
Returns¶
ConsoleBindings.HistoryPrev() Method¶
Returns true on the frame the history-previous key is pressed.
Returns¶
ConsoleBindings.Submit() Method¶
Returns true on the frame the submit key is pressed.
Returns¶
ConsoleBindings.Toggle() Method¶
Returns true on the frame the console toggle key is pressed.
Returns¶
ConsoleBindings.Update() Method¶
Called once per frame so backends can update per-frame state.