class Window
- Window
- FocusableControl
- Control
- Reference
- Object
Direct Known Subclasses
Defined in:
wif/window.crConstructors
Macro Summary
Instance Method Summary
- #after_init
- #controls : Array(Control)
- #draw
- #focused_child : FocusableControl | Nil
- #focused_child=(focused_child : FocusableControl | Nil)
- #init_controls
- #process_key(key : Key) : Bool
- #process_mouse(event : MouseEvent, x : Int32, y : Int32)