module Processing::Core::Environment

Direct including types

Defined in:

processing/core/environment.cr

Instance Method Summary

Instance Method Detail

def cursor(img, x, y) #

[View source]
def cursor(kind : Cursor) #

[View source]
def cursor(img) #

[View source]
def cursor #

[View source]
def delay(milliseconds : Int32) #

Sleeps for the number of milliseconds.


[View source]
def display_density : Int32 #

[View source]
def display_height : Int32 #

[View source]
def display_width : Int32 #

[View source]
def focused : Bool #

[View source]
def frame_count : Int32 #

[View source]
def frame_rate(fps : Float) #

[View source]
def frame_rate : Int32 #

[View source]
def full_screen(renderer : Renderer, display : Int32) #

[View source]
def full_screen(display : Int32) #

[View source]
def full_screen(renderer : Renderer) #

[View source]
def full_screen #

[View source]
def full_screen? : Bool #

[View source]
def height : Int32 #

[View source]
def no_cursor #

[View source]
def no_smooth #

[View source]
def pixel_density(density : Int32) #

[View source]
def pixel_height #

[View source]
def pixel_width #

[View source]
def settings #

Placeholder method for defining settings.


[View source]
def size(width : Int32, height : Int32) #

[View source]
def smooth(level : Int32) #

[View source]
def width : Int32 #

[View source]