Jump to content

PTRLOC: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 19: Line 19:
  col  Pointer to the column screen position.
  col  Pointer to the column screen position.
       The current pointer column coordinate (pels or characters).
       The current pointer column coordinate (pels or characters).
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:07, 1 November 2011

PTRLOC

Mouse pointer position.

Type

ULONG  row
ULONG  col

C Declaration Method

typedef struct

Fields

row  Pointer to the row screen position.
     The current pointer row coordinate (pels or characters).
col  Pointer to the column screen position.
     The current pointer column coordinate (pels or characters).


Back to OS/2 API