6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
13#if !defined(MK_LBUTTON)
constexpr size_t MK_LBUTTON
The left mouse button is down.
Definition mouse_key.h:19
constexpr size_t MK_XBUTTON1
The first X button is down.
Definition mouse_key.h:49
constexpr size_t MK_SHIFT
The SHIFT key is down.
Definition mouse_key.h:31
constexpr size_t MK_XBUTTON2
The second X button is down.
Definition mouse_key.h:55
constexpr size_t MK_MBUTTON
The middle mouse button is down.
Definition mouse_key.h:43
constexpr size_t MK_COMMAND
The CMD key is down.
Definition mouse_key.h:62
constexpr size_t MK_CONTROL
The CTRL key is down.
Definition mouse_key.h:37
constexpr size_t MK_RBUTTON
The right mouse button is down.
Definition mouse_key.h:25