<- CRPL reference <- Input Commands
Arguments | Result | Notation |
---|---|---|
Mouse button to check | 0 or 1 depending if mouse button is released | i1 – b1 |
Checks the specified mouse button to see if it was released during the game frame. Only returns true the game fram/update that the mouse button is released . 0 = Left Mouse, 1 = Right Mouse, 2 = Middle Mouise
if (GetMouseButtonUp(0)) endif