MOUCALLS.DLL: Difference between revisions
Appearance
No edit summary |
|||
Line 19: | Line 19: | ||
{|class="wikitable" | {|class="wikitable" | ||
|1 | |1 | ||
|[[ | |[[MouGetPtrShape]] | ||
|2 | |2 | ||
|[[ | |[[MouSetPtrShape]] | ||
|- | |- | ||
|3 | |3 | ||
|[[ | |[[MouGetNumMickeys]] | ||
|4 | |4 | ||
|[[OS2_API:CPI:LEGACY:MouGetHotKey|MouGetHotKey]] | |[[OS2_API:CPI:LEGACY:MouGetHotKey|MouGetHotKey]] | ||
Line 31: | Line 31: | ||
|[[OS2_API:CPI:LEGACY:MouShellInit|MouShellInit]] | |[[OS2_API:CPI:LEGACY:MouShellInit|MouShellInit]] | ||
|6 | |6 | ||
|[[ | |[[MouGetScaleFact]] | ||
|- | |- | ||
|7 | |7 | ||
|[[ | |[[MouFlushQue]] | ||
|8 | |8 | ||
|[[OS2_API:CPI:LEGACY:MouGetNumButtons|MouGetNumButtons]] | |[[OS2_API:CPI:LEGACY:MouGetNumButtons|MouGetNumButtons]] | ||
Line 44: | Line 44: | ||
|- | |- | ||
|11 | |11 | ||
|[[ | |[[MouSetScaleFact]] | ||
|12 | |12 | ||
|[[OS2_API:CPI:LEGACY:MouFree|MouFree]] | |[[OS2_API:CPI:LEGACY:MouFree|MouFree]] | ||
|- | |- | ||
|13 | |13 | ||
|[[ | |[[MouGetNumQueEl]] | ||
|14 | |14 | ||
|[[ | |[[MouDeRegister]] | ||
|- | |- | ||
|15 | |15 | ||
|[[ | |[[MouGetEventMask]] | ||
|16 | |16 | ||
|[[ | |[[MouSetEventMask]] | ||
|- | |- | ||
|17 | |17 | ||
|[[ | |[[MouOpen]] | ||
|18 | |18 | ||
|[[ | |[[MouRemovePtr]] | ||
|- | |- | ||
|19 | |19 | ||
|[[ | |[[MouGetPtrPos]] | ||
|20 | |20 | ||
|[[ | |[[MouReadEventQue]] | ||
|- | |- | ||
|21 | |21 | ||
|[[ | |[[MouSetPtrPos]] | ||
|22 | |22 | ||
|[[ | |[[MouGetDevStatus]] | ||
|- | |- | ||
|23 | |23 | ||
Line 79: | Line 79: | ||
|- | |- | ||
|25 | |25 | ||
|[[ | |[[MouSetDevStatus]] | ||
|26 | |26 | ||
|[[ | |[[MouDrawPtr]] | ||
|- | |- | ||
|27 | |27 | ||
|[[ | |[[MouInitReal]] | ||
|29 | |29 | ||
|[[ | |[[MouGetThreshold]] | ||
|- | |- | ||
|30 | |30 | ||
|[[ | |[[MouSetThreshold]] | ||
|} | |} | ||
Revision as of 15:03, 13 August 2017
This DLL is part of OS/2's Control Program. This is the Mouse API interface.
OS/2 applications invoke mouse functions by a far calls to named entry points. The functions are named as Mou<xxxxx> and the entry points reside in the module MOUCALLS.DLL.
Version
Date | Version | Size | Comments |
---|---|---|---|
2002-03-08 20:16 | N/A | 1,024 bytes |
DLL Entry Points
1 | MouGetPtrShape | 2 | MouSetPtrShape |
3 | MouGetNumMickeys | 4 | MouGetHotKey |
5 | MouShellInit | 6 | MouGetScaleFact |
7 | MouFlushQue | 8 | MouGetNumButtons |
9 | MouClose | 10 | MouSetHotKey |
11 | MouSetScaleFact | 12 | MouFree |
13 | MouGetNumQueEl | 14 | MouDeRegister |
15 | MouGetEventMask | 16 | MouSetEventMask |
17 | MouOpen | 18 | MouRemovePtr |
19 | MouGetPtrPos | 20 | MouReadEventQue |
21 | MouSetPtrPos | 22 | MouGetDevStatus |
23 | MouSynch | 24 | MouRegister |
25 | MouSetDevStatus | 26 | MouDrawPtr |
27 | MouInitReal | 29 | MouGetThreshold |
30 | MouSetThreshold |