source: trunk/src/dinput/oslibinput.h@ 1633

Last change on this file since 1633 was 1633, checked in by sandervl, 26 years ago

Creation of initial Wine Port (991031)

File size: 225 bytes
Line 
1#ifndef __OSLIBINPUT_H__
2#define __OSLIBINPUT_H__
3
4BOOL OSLibGetDIState(DWORD len, LPVOID ptr);
5
6BOOL OSLibQueryMousePos(DWORD *rx, DWORD *ry, DWORD *state);
7BOOL OSLibMoveCursor(DWORD x, DWORD y);
8void OSLibInit();
9
10#endif
11
Note: See TracBrowser for help on using the repository browser.