abstract class Bench::Scene
 
  - Bench::Scene
 - Reference
 - Object
 
Direct Known Subclasses
Defined in:
bench/scene.crConstructors
Instance Method Summary
- #destroy
 - #draw
 - #exit=(exit : Bool)
 - #exit? : Bool
 - #init
 - #name : Symbol
 - #name=(name : Symbol)
 - #reset
 - #screen_height : Int32
 - #screen_height=(screen_height : Int32)
 - #screen_width : Int32
 - #screen_width=(screen_width : Int32)
 - #update(keys : Keys, mouse : Mouse)