Input
Functions
MouseButtonDown
function Input.MouseButtonDown()
Input.MouseButtonDown
Returns true if the mouse button was pressed down on this exact frame.
MouseButton
function Input.MouseButton()
Input.MouseButton
Returns true if the mouse button is being pressed at this frame.
ButtonDown
function Input.ButtonDown()
Input.ButtonDown
Returns true if the button was pressed down on this exact frame.
Button
function Input.Button()
Input.Button
Returns true if a button is being pressed at this frame.