Difference between revisions of "GetNumMouseButtonsPressed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Added note on menus)
imported>Quetzilla
Line 11: Line 11:
==See Also==
==See Also==
*[[GetMouseButtonPress]]
*[[GetMouseButtonPress]]
*[[GetNumKeysPressed]]


[[Category: Functions]]
[[Category: Functions]]

Revision as of 19:40, 29 May 2008

A command for Oblivion Script Extender

Syntax:

(count:long) GetNumMouseButtonsPressed

Returns the number of mouse buttons pressed.

Notes

  • While a MessageBox is being displayed, the left mouse button won't be counted, presumably because its input is switched over to the MessageBox.

See Also