#include <cstddef>
Contains mouse key constants.
Go to the source code of this file.
Variables | |
constexpr size_t | MK_LBUTTON |
The left mouse button is down. | |
constexpr size_t | MK_RBUTTON |
The right mouse button is down. | |
constexpr size_t | MK_SHIFT |
The SHIFT key is down. | |
constexpr size_t | MK_CONTROL |
The CTRL key is down. | |
constexpr size_t | MK_MBUTTON |
The middle mouse button is down. | |
constexpr size_t | MK_XBUTTON1 |
The first X button is down. | |
constexpr size_t | MK_XBUTTON2 |
The second X button is down. | |
constexpr size_t | MK_COMMAND |
The CMD key is down. | |