summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/core/sys/windows/cplext.d
blob: 4aff3a9640fb491fcc8560cd5ad428d9760f936f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Windows API header module
 *
 * Translated from MinGW API for MS-Windows 3.10
 *
 * Authors: Stewart Gordon
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
 * Source: $(DRUNTIMESRC core/sys/windows/_cplext.d)
 */
module core.sys.windows.cplext;
version (Windows):

enum : uint {
    CPLPAGE_MOUSE_BUTTONS      = 1,
    CPLPAGE_MOUSE_PTRMOTION    = 2,
    CPLPAGE_MOUSE_WHEEL        = 3,
    CPLPAGE_KEYBOARD_SPEED     = 1,
    CPLPAGE_DISPLAY_BACKGROUND = 1
}