class Keybindings
- Keybindings
- Resolvable
- Reference
- Object
Defined in:
crab/common/frontend/widgets/keybindings.crConstant Summary
-
BUTTON_SIZE =
ImGui::ImVec2.new(32, 0)
Constructors
Instance Method Summary
- #[]?(*args, **options)
- #[]?(*args, **options, &)
-
#apply : Nil
Called to indicate the selection should be written back to the config.
- #key_released(keycode : LibSDL::Keycode) : Nil
-
#render : Nil
Called once per frame for rendering the widget.
-
#reset : Nil
Called to indicate the widget should be reset.
- #wants_input? : Bool
Instance methods inherited from class Resolvable
apply : Nil
apply,
render : Nil
render,
reset : Nil
reset,
visible : Bool
visible,
visible=(visible : Bool)
visible=
Constructor Detail
Instance Method Detail
def apply : Nil
#
Description copied from class Resolvable
Called to indicate the selection should be written back to the config.
def render : Nil
#
Description copied from class Resolvable
Called once per frame for rendering the widget.
def reset : Nil
#
Description copied from class Resolvable
Called to indicate the widget should be reset.