Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cyo_adventure
master
CYOAdventure
Choice
Content
Ending
Image
Interactable
Node
Text
Built with Crystal 1.9.2
2023-10-07 20:26:15 UTC
module
CYOAdventure::Interactable
Direct including types
CYOAdventure
CYOAdventure::Node
Defined in:
cyo_adventure/interactable.cr
Instance Method Summary
#handle_key
(key) : Bool
#handle_mouse
(mouse : NCurses::MouseEvent) : Bool
Instance Method Detail
abstract def
handle_key
(key) : Bool
#
[
View source
]
abstract def
handle_mouse
(mouse : NCurses::MouseEvent) : Bool
#
[
View source
]