MOUCALLS.DLL: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
OS/2 | 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== | |||
{| | {|class="wikitable" | ||
!Date||Version||Size||Comments | |||
|- | |- | ||
| | |2002-03-08|| ||1,024 bytes|| | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
==DLL Entry Points== | |||
#[[MouGetPtrShape]] | |||
#[[MouSetPtrShape]] | |||
#[[MouGetNumMickeys]] | |||
#[[MouGetHotKey]] | |||
#[[MouShellInit]] | |||
#[[MouGetScaleFact]] | |||
#[[MouFlushQue]] | |||
#[[MouGetNumButtons]] | |||
#[[MouClose]] | |||
#[[MouSetHotKey]] | |||
#[[MouSetScaleFact]] | |||
#[[MouFree]] | |||
#[[MouGetNumQueEl]] | |||
#[[MouDeRegister]] | |||
#[[MouGetEventMask]] | |||
#[[MouSetEventMask]] | |||
#[[MouOpen]] | |||
#[[MouRemovePtr]] | |||
#[[MouGetPtrPos]] | |||
#[[MouReadEventQue]] | |||
#[[MouSetPtrPos]] | |||
#[[MouGetDevStatus]] | |||
#[[MouSynch]] | |||
#[[MouRegister]] | |||
#[[MouSetDevStatus]] | |||
#[[MouDrawPtr]] | |||
#[[MouInitReal]] | |||
# | |||
#[[MouGetThreshold]] | |||
#[[MouSetThreshold]] | |||
==Alternative Version== | |||
* Wim Brul produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions. | |||
[[Category:DLL]] |
Latest revision as of 18:27, 1 January 2020
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 | 1,024 bytes |
DLL Entry Points
- MouGetPtrShape
- MouSetPtrShape
- MouGetNumMickeys
- MouGetHotKey
- MouShellInit
- MouGetScaleFact
- MouFlushQue
- MouGetNumButtons
- MouClose
- MouSetHotKey
- MouSetScaleFact
- MouFree
- MouGetNumQueEl
- MouDeRegister
- MouGetEventMask
- MouSetEventMask
- MouOpen
- MouRemovePtr
- MouGetPtrPos
- MouReadEventQue
- MouSetPtrPos
- MouGetDevStatus
- MouSynch
- MouRegister
- MouSetDevStatus
- MouDrawPtr
- MouInitReal
- MouGetThreshold
- MouSetThreshold
Alternative Version
- Wim Brul produced an alternative open source version of this file. This replacement is only for the "forwarder" not the functions.