Jump to content

PTRLOC: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== PTRLOC ==
Mouse pointer position.
 
Mouse pointer position.  


=== Type ===  
=== Type ===  
[[ULONG]]  row
ULONG  col


[[OS2 API:DataType:ULONG|ULONG]]  row
=== C Declaration Method ===
[[OS2 API:DataType:ULONG|ULONG]]  col
 
==== C Declaration Method ====
 
typedef struct
typedef struct


=== Fields ===
=== 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).


row  Pointer to the row screen position.
[[Category:Data type]]
      The current pointer row coordinate (pels or characters).
 
col  Pointer to the column screen position.
      The current pointer column coordinate (pels or characters).

Latest revision as of 07:06, 1 December 2022

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).