- debugPrintKeyEvents(boolean) - Static method in class com.krab.lazy.Input
-
Prints all newly received key events to console when this is set to true until manually set to false.
- down - Variable in class com.krab.lazy.KeyState
-
True during any frame the button is physically down in the active position.
- draw() - Method in class com.krab.lazy.LazyGui
-
Updates and draws the GUI on the main processing canvas.
- draw(PGraphics) - Method in class com.krab.lazy.LazyGui
-
Updates and draws the GUI on the specified parameter canvas, assuming its size is identical to the main sketch size.