|
union { | |
|
struct { | |
|
ULONG LeftControl: 1 | |
|
ULONG LeftShift: 1 | |
|
ULONG LeftAlt: 1 | |
|
ULONG LeftGUI: 1 | |
|
ULONG RightControl: 1 | |
|
ULONG RightShift: 1 | |
|
ULONG RightAlt: 1 | |
|
ULONG RigthGUI: 1 | |
|
ULONG CapsLock: 1 | |
|
ULONG ScollLock: 1 | |
|
ULONG NumLock: 1 | |
|
ULONG Reserved: 21 | |
|
} | | |
|
ULONG ul | |
|
}; | | |
|
The documentation for this struct was generated from the following file:
- /home/runner/work/etterna/etterna/src/archutils/Win32/ddk/hidpi.h