Windows API
ID #1010
How to know current position of mouse cursor? Do not offer MOUSEX.
MAP MODULE('api') GetCursorPos(ULONG _PointPtr),BYTE,PASCAL,PROC END END ! Data section TPoint GROUP,TYPE X LONG Y LONG END Point GROUP(TPoint). ! In code section GetCursorPos(ADDRESS(Point))
Tags: MOUSEX, mouse position
Related entries:
- There is checkbox "Column 1" in Embed Editor. For what it is intended?
- How to receive the list of %Primary and %Secondary files, used in current procedure by all templates?
- How to know in which control mouse cursor is (before ACCEPT)?
- How to use animated cursor in application?
- How to convert data file to new structure?
Last update: 2007-07-16 16:38
Author: Aleksey Timkov
Revision: 1.0
You can comment on this entry