Test if the mouse is still down and discards mouseUp event.
WaitMouseUp is identical to StillDown (it checks if the mouse button has been continuously pressed since the most recent mouseDown event) except that when the mouseUp event occurs, its removed automatically from the event queue.
Since the function is not supported on Windows and Linux Systems then it will always return false on Windows and Linux Systems.