Versions in this module Expand all Collapse all v0 v0.0.1 Jan 21, 2024 Changes in this version + const ModShortcut + const ModShortcutAlt + const NameAlt + const NameBack + const NameCommand + const NameCtrl + const NameDeleteBackward + const NameDeleteForward + const NameDownArrow + const NameEnd + const NameEnter + const NameEscape + const NameF1 + const NameF10 + const NameF11 + const NameF12 + const NameF2 + const NameF3 + const NameF4 + const NameF5 + const NameF6 + const NameF7 + const NameF8 + const NameF9 + const NameHome + const NameLeftArrow + const NamePageDown + const NamePageUp + const NameReturn + const NameRightArrow + const NameShift + const NameSpace + const NameSuper + const NameTab + const NameUpArrow + type Caret struct + Ascent float32 + Descent float32 + Pos f32.Point + type EditEvent struct + Range Range + Text string + func (EditEvent) ImplementsEvent() + type Event struct + Modifiers Modifiers + Name string + State State + func (Event) ImplementsEvent() + func (e Event) String() string + type FocusEvent struct + Focus bool + func (FocusEvent) ImplementsEvent() + type FocusOp struct + Tag event.Tag + func (h FocusOp) Add(o *op.Ops) + type InputHint uint8 + const HintAny + const HintEmail + const HintNumeric + const HintPassword + const HintTelephone + const HintText + const HintURL + type InputOp struct + Hint InputHint + Keys Set + Tag event.Tag + func (h InputOp) Add(o *op.Ops) + type Modifiers uint32 + const ModAlt + const ModCommand + const ModCtrl + const ModShift + const ModSuper + func (m Modifiers) Contain(m2 Modifiers) bool + func (m Modifiers) String() string + type Range struct + End int + Start int + type SelectionEvent Range + func (SelectionEvent) ImplementsEvent() + type SelectionOp struct + Tag event.Tag + func (s SelectionOp) Add(o *op.Ops) + type Set string + func (k Set) Contains(name string, mods Modifiers) bool + type Snippet struct + Text string + type SnippetEvent Range + func (SnippetEvent) ImplementsEvent() + type SnippetOp struct + Tag event.Tag + func (s SnippetOp) Add(o *op.Ops) + type SoftKeyboardOp struct + Show bool + func (h SoftKeyboardOp) Add(o *op.Ops) + type State uint8 + const Press + const Release + func (s State) String() string