Last change
on this file since 7029 was 1634, checked in by sandervl, 26 years ago |
Creation of initial Wine Port (991031)
|
File size:
290 bytes
|
Line | |
---|
1 | /* $Id: oslibinput.h,v 1.2 1999-11-08 13:50:41 sandervl Exp $ */
|
---|
2 | #ifndef __OSLIBINPUT_H__
|
---|
3 | #define __OSLIBINPUT_H__
|
---|
4 |
|
---|
5 | BOOL OSLibGetDIState(DWORD len, LPVOID ptr);
|
---|
6 |
|
---|
7 | BOOL OSLibQueryMousePos(DWORD *rx, DWORD *ry, DWORD *state);
|
---|
8 | BOOL OSLibMoveCursor(DWORD x, DWORD y);
|
---|
9 | void OSLibInit();
|
---|
10 |
|
---|
11 | #endif
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.