Difference between revisions of "GetNumMouseButtonsPressed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (count:long) GetNumMouseButtonsPressed Returns the number of mouse buttons pressed. ==See Al...)
 
imported>Haama
(Added note on menus)
Line 5: Line 5:


Returns the number of mouse buttons pressed.
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==
==See Also==

Revision as of 19:37, 24 October 2007

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