class GSF::SceneEmpty

Defined in:

gsf/scene_empty.cr

Constructors

Instance Method Summary

Instance methods inherited from class GSF::Scene

draw(window : SF::RenderWindow) draw, exit? : Bool exit?, init init, name : Symbol name, reset reset, update(frame_time : Float32, keys : Keys, mouse : Mouse, joysticks : Joysticks) update

Constructor methods inherited from class GSF::Scene

new(name : Symbol = :base) new

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def draw(window : SF::RenderWindow) #

[View source]
def update(frame_time : Float32, keys : Keys, mouse : Mouse, joysticks : Joysticks) #

[View source]