Versions in this module Expand all Collapse all v1 v1.0.0 Mar 19, 2019 Changes in this version + const KeyAltLeft + const KeyAltRight + const KeyControlLeft + const KeyControlRight + const KeyMenu + const KeyShiftLeft + const KeyShiftRight + const KeySuperLeft + const KeySuperRight + type Canvas interface + OnKeyDown func() func(*fyne.KeyEvent) + OnKeyUp func() func(*fyne.KeyEvent) + SetOnKeyDown func(func(*fyne.KeyEvent)) + SetOnKeyUp func(func(*fyne.KeyEvent)) + type CustomShortcut struct + func (cs *CustomShortcut) ShortcutName() string + type Keyable interface + KeyDown func(*fyne.KeyEvent) + KeyUp func(*fyne.KeyEvent) + type Modifier int + const AltModifier + const ControlModifier + const ShiftModifier + const SuperModifier + type MouseButton int + const LeftMouseButton + const RightMouseButton + type MouseEvent struct + Button MouseButton + type Mouseable interface + MouseDown func(*MouseEvent) + MouseUp func(*MouseEvent)