public interface Navigatable
UiElement
s that can be navigated by keyboard or
controllerModifier and Type | Method and Description |
---|---|
UiNavigation |
getNavigation() |
ActionableRenderNode |
hotkey(ControllerButton button) |
ActionableRenderNode |
hotkey(int keycode) |
ActionableRenderNode |
navigate(int keycode) |
void |
setHotkey(ControllerButton button,
Actionable actionable) |
void |
setHotkey(int keycode,
Actionable actionable) |
void |
unsetHotkey(ControllerButton button,
Actionable actionable) |
void |
unsetHotkey(int keycode,
Actionable actionable) |
ActionableRenderNode navigate(int keycode)
ActionableRenderNode hotkey(int keycode)
ActionableRenderNode hotkey(ControllerButton button)
void setHotkey(ControllerButton button, Actionable actionable)
void setHotkey(int keycode, Actionable actionable)
void unsetHotkey(ControllerButton button, Actionable actionable)
void unsetHotkey(int keycode, Actionable actionable)
UiNavigation getNavigation()