Changeset 7554 for trunk/src/dinput/oslibinput.cpp
- Timestamp:
- Dec 6, 2001, 11:13:59 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dinput/oslibinput.cpp
r2462 r7554 1 /* $Id: oslibinput.cpp,v 1. 4 2000-01-17 17:18:38sandervl Exp $ */1 /* $Id: oslibinput.cpp,v 1.5 2001-12-06 10:13:59 sandervl Exp $ */ 2 2 3 3 #define INCL_WIN … … 8 8 #include <winkeyboard.h> 9 9 10 RECTL desktopRectl = {0};11 ULONG ScreenWidth = 0;12 ULONG ScreenHeight = 0;10 static RECTL desktopRectl = {0}; 11 static ULONG ScreenWidth = 0; 12 static ULONG ScreenHeight = 0; 13 13 14 14 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.