abstract class Crono::Window

Included Modules

Defined in:

crono/window.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crono::ArtSupplies

brush brush

Constructor Detail

def self.new(width : Int32, height : Int32) #

[View source]

Instance Method Detail

def after_init #

[View source]
def clear_screen #

[View source]
def close #

[View source]
abstract def draw #

[View source]
def height : Int32 #

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

[View source]
def key_down(key) #

[View source]
def key_pressed(key) #

[View source]
def key_up(key) #

[View source]
def sdl #

[View source]
def show #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
abstract def update #

[View source]
def width : Int32 #

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

[View source]