PMPointer: Difference between revisions
Appearance
Created page with "==Description== The PMPointer class is used to access automatically the pointer handling functions of the PM API: WinLoadPointer and WinSetPointer. It is possible to l..." |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
The PMPointer class is used to access automatically the pointer handling functions of the PM API: WinLoadPointer and WinSetPointer. It is possible to load a pointer with the constructor and to set it as the system pointer using the set routine. The reset routine restores the arrow as the default pointer. | The PMPointer class is used to access automatically the pointer handling functions of the PM API: WinLoadPointer and WinSetPointer. It is possible to load a pointer with the constructor and to set it as the system pointer using the set routine. The reset routine restores the arrow as the default pointer. | ||
[[Category:The OS/2 API Project]] |
Revision as of 03:05, 3 December 2015
Description
The PMPointer class is used to access automatically the pointer handling functions of the PM API: WinLoadPointer and WinSetPointer. It is possible to load a pointer with the constructor and to set it as the system pointer using the set routine. The reset routine restores the arrow as the default pointer.