dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
OnKeyHandler
dlangui
widgets
widget
interface - slot for onKey
interface
OnKeyHandler {
bool
onKey
(Widget source, KeyEvent event);
}
Members
Functions
onKey
bool
onKey
(Widget source, KeyEvent event)
Undocumented in source.
Meta
Source
See Implementation
dlangui
widgets
widget
aliases
WidgetList
classes
Widget
WidgetGroup
WidgetGroupDefaultDrawing
enums
CursorType
FocusMovement
FocusReason
Orientation
Visibility
functions
generatePropertySetter
generatePropertySetters
generatePropertySettersMethodOverride
interfaces
OnActionHandler
OnCheckHandler
OnClickHandler
OnDoubleClickHandler
OnFocusHandler
OnKeyActionHandler
OnKeyHandler
OnMouseHandler
manifest constants
ONE_SECOND
mixin templates
ActionTooltipSupport
static variables
TOUCH_MODE
structs
AnimationHelper
TextTypingShortcutHelper
interface - slot for onKey