class GSF::StageEmpty

Defined in:

gsf/stage_empty.cr

Instance Method Summary

Instance methods inherited from class GSF::Stage

check_scenes check_scenes, draw(window : SF::RenderWindow) draw, event(event) event, exit? : Bool exit?, joysticks : GSF::Joysticks joysticks, keys : GSF::Keys keys, mouse : GSF::Mouse mouse, scene : Scene scene, switch(scene : Scene) switch, update(frame_time : Float32) update

Constructor methods inherited from class GSF::Stage

new new

Instance Method Detail

def check_scenes #
Description copied from class GSF::Stage

check when to switch scenes using switch(scene : Scene)


[View source]