1 /** 2 * Windows API header module 3 * 4 * Translated from MinGW API for MS-Windows 3.10 5 * 6 * Authors: Stewart Gordon 7 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) 8 * Source: $(DRUNTIMESRC core/sys/windows/_cplext.d) 9 */ 10 module core.sys.windows.cplext; 11 version (Windows): 12 @system: 13 14 enum : uint { 15 CPLPAGE_MOUSE_BUTTONS = 1, 16 CPLPAGE_MOUSE_PTRMOTION = 2, 17 CPLPAGE_MOUSE_WHEEL = 3, 18 CPLPAGE_KEYBOARD_SPEED = 1, 19 CPLPAGE_DISPLAY_BACKGROUND = 1 20 } 21