Input

This component handles

Component Author: Jabo Release Date: April 11, 2020

NOTE: This Component is a Static class

// Mouse Input Properties
boolean Input.mouseClicked;
boolean Input.leftMouseClicked;
boolean Input.middleMouseClicked;
boolean Input.rightMouseClicked;

// Keyboard Input Properties
boolean Input.keyPressed;
char Input.lastKey;

Last updated