EventLib REALbasic Plugin

StillDown Method

Checks the mouse button is still down since it was last pressed.

StillDown() as Boolean

Parameters

Returns

Boolean
True if the mouse is still down, else false.

Remarks

StillDown checks if the mouse button has been continuously pressed since the most recent mouse-down event.

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