IsLeftButton  Mouse

The IsLeftButton function tests if the left button is down.

Syntax

Integer Mouse.IsLeftButton()

Parameters

The IsLeftButton function has no parameters.

Return value

The IsLeftButton function returns true if the button is down, otherwise false.

Example

if myMouse.IsLeftButton()
end
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia