source:
trunk/src/dinput/oslibinput.h@
1633
Last change on this file since 1633 was 1633, checked in by , 26 years ago | |
---|---|
File size: 225 bytes |
Line | |
---|---|
1 | #ifndef __OSLIBINPUT_H__ |
2 | #define __OSLIBINPUT_H__ |
3 | |
4 | BOOL OSLibGetDIState(DWORD len, LPVOID ptr); |
5 | |
6 | BOOL OSLibQueryMousePos(DWORD *rx, DWORD *ry, DWORD *state); |
7 | BOOL OSLibMoveCursor(DWORD x, DWORD y); |
8 | void OSLibInit(); |
9 | |
10 | #endif |
11 |
Note:
See TracBrowser
for help on using the repository browser.