Artifact 343570357e337d93eccfb989839ddfe2d22929fb
- File
src/win32/cplext.d
- 2015-04-21 10:46:55 - part of checkin [4e2933c620] on branch trunk - Rebased to the latest verson dmd 2.067. Not yet verified the outcome. (user: kinaba) [annotate]
/***********************************************************************\
* cplext.d *
* *
* Windows API header module *
* *
* Translated from MinGW API for MS-Windows 3.10 *
* by Stewart Gordon *
* *
* Placed into public domain *
\***********************************************************************/
module win32.cplext;
enum : uint {
CPLPAGE_MOUSE_BUTTONS = 1,
CPLPAGE_MOUSE_PTRMOTION = 2,
CPLPAGE_MOUSE_WHEEL = 3,
CPLPAGE_KEYBOARD_SPEED = 1,
CPLPAGE_DISPLAY_BACKGROUND = 1
}