Input
This component handles
Component Author: Jabo Release Date: April 11, 2020
// 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
Was this helpful?