module Processing::Core::Environment
Direct including types
Defined in:
processing/core/environment.crInstance Method Summary
- #cursor(img, x, y)
- #cursor(kind : Cursor)
- #cursor(img)
- #cursor
-
#delay(milliseconds : Int32)
Sleeps for the number of milliseconds.
- #display_density : Int32
- #display_height : Int32
- #display_width : Int32
- #focused : Bool
- #frame_count : Int32
- #frame_rate(fps : Float)
- #frame_rate : Int32
- #full_screen(renderer : Renderer, display : Int32)
- #full_screen(display : Int32)
- #full_screen(renderer : Renderer)
- #full_screen
- #full_screen? : Bool
- #height : Int32
- #no_cursor
- #no_smooth
- #pixel_density(density : Int32)
- #pixel_height
- #pixel_width
-
#settings
Placeholder method for defining settings.
- #size(width : Int32, height : Int32)
- #smooth(level : Int32)
- #width : Int32