abstract class Crono::Window
- Crono::Window
- Reference
- Object
Included Modules
Defined in:
crono/window.crConstructors
Instance Method Summary
- #after_init
- #clear_screen
- #close
- #draw
- #height : Int32
- #height=(height : Int32)
- #key_down(key)
- #key_pressed(key)
- #key_up(key)
- #sdl
- #show
- #title : String
- #title=(title : String)
- #update
- #width : Int32
- #width=(width : Int32)