input.WasMousePressed
Example
Example usage
Returns whether a mouse key was initially pressed in the same frame this function was called.
If input.WasMouseDoublePressed returns true, this function will return false.
This function only works in Move hooks, and will detect mouse events even in main menu or when a typing in a text field.
Example usage