Previous: 4.49.1.3. GetButtonCount function To the Table of Contents Next: 4.49.1.5. GetMouseX function
4.49.1.3. GetButtonCount function Table of Contents 4.49.1.5. GetMouseX function

- 4.49.1.4. -
Table of Contents
4. Standard Units
4.49. Mouse - Mouse Handling
4.49.1. Mouse Unit Procedures and Functions
4.49.1.4. GetMouseInfo procedure


4.49.1.4. 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: 4.49.1.3. GetButtonCount function To the Table of Contents Next: 4.49.1.5. GetMouseX function
4.49.1.3. GetButtonCount function Table of Contents 4.49.1.5. GetMouseX function

- 4.49.1.4. -