EventLib REALbasic Plugin

WaitMouseUp Method

Test if the mouse is still down and discards mouseUp event.

WaitMouseUp() as Boolean

Parameters

Returns

Boolean

Remarks

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.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)

    Unsupported Platforms:

  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global