Previous: GetButtonCount function To the Table of Content Next: GetMouseX function

- 4.49.1.4 -
Standard Units
Mouse Unit
Mouse Unit Procedures and Functions

GetMouseInfo procedure

Targets: MS-DOS, Win32 console


Mouse Unit

Returns information about the position of the mouse cursor (X,Y) and the pressed buttons (ButtonMask).

Declaration:
procedure GetMouseInfo(var ButtonMask: Word;
                        var X: Word;
                        var Y: Word);
See also:
MickyToText


Previous: GetButtonCount function To the Table of Content Next: GetMouseX function
GetButtonCount function Table of Content GetMouseX function

- 4.49.1.4 -