abstract class Bench::Scene

Direct Known Subclasses

Defined in:

bench/scene.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(screen_width : Int32, screen_height : Int32) #

[View source]
def self.new #

[View source]

Instance Method Detail

abstract def destroy #

[View source]
abstract def draw #

[View source]
def exit=(exit : Bool) #

[View source]
def exit? : Bool #

[View source]
abstract def init #

[View source]
def name : Symbol #

[View source]
def name=(name : Symbol) #

[View source]
def reset #

[View source]
def screen_height : Int32 #

[View source]
def screen_height=(screen_height : Int32) #

[View source]
def screen_width : Int32 #

[View source]
def screen_width=(screen_width : Int32) #

[View source]
abstract def update(keys : Keys, mouse : Mouse) #

[View source]