Skip navigation links
A B C D F G H I K L M P R S T 

G

getAllDownChars() - Static method in class com.krab.lazy.Input
Gets all currently pressed chars as lowercase strings in a list.
getAllDownCodes() - Static method in class com.krab.lazy.Input
Gets all currently pressed keys as integer keyCodes in a list.
getChar(Character) - Static method in class com.krab.lazy.Input
Get the current keyboard button state by using its char value.
getCode(int) - Static method in class com.krab.lazy.Input
Get the current keyboard button state by using its keyCode value.
getFolder() - Method in class com.krab.lazy.LazyGui
Gets the current path prefix stack, inserting a forward slash after each folder name in the stack.
getGuiCanvas() - Method in class com.krab.lazy.LazyGui
Utility method for displaying the GUI before draw() ends for the purposes of recording.
getMainFont() - Method in class com.krab.lazy.LazyGui
Gets the main font as currently used by the GUI.
getShader(String) - Static method in class com.krab.lazy.ShaderReloader
Gets the current snapshot of a vertex + fragment shader for uniform setting purposes.
getShader(String, String) - Static method in class com.krab.lazy.ShaderReloader
Gets the current snapshot of a vertex + fragment shader for uniform setting purposes.
getSideFont() - Method in class com.krab.lazy.LazyGui
Gets the side font as currently used by the GUI.
getVersion() - Method in class com.krab.lazy.LazyGui
Returns the current version of the library as a string in the format v{major}.{minor}.{patch} according to semantic versioning.
gradient(String) - Method in class com.krab.lazy.LazyGui
Gets a gradient as an image with size matching the main processing sketch size.
gradient(String, int) - Method in class com.krab.lazy.LazyGui
Gets a gradient as an image with size matching the main processing sketch size.
gradient(String, int[]) - Method in class com.krab.lazy.LazyGui
Gets a gradient as an image with size matching the main processing sketch size.
gradient(String, ColorPoint...) - Method in class com.krab.lazy.LazyGui
Gets a gradient as an image with size matching the main processing sketch size.
gradientColorAt(String, float) - Method in class com.krab.lazy.LazyGui
Gets a single color from a gradient at the specified position in the range [0, 1].
A B C D F G H I K L M P R S T 
Skip navigation links