xtd 0.2.0
Loading...
Searching...
No Matches
mouse and key

Definition

mouse and key definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ MK_LBUTTON

constexpr size_t MK_LBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The left mouse button is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_RBUTTON

constexpr size_t MK_RBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The right mouse button is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_SHIFT

constexpr size_t MK_SHIFT
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The SHIFT key is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_CONTROL

constexpr size_t MK_CONTROL
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The CTRL key is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_MBUTTON

constexpr size_t MK_MBUTTON
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The middle mouse button is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_XBUTTON1

constexpr size_t MK_XBUTTON1
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The first X button is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_XBUTTON2

constexpr size_t MK_XBUTTON2
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The second X button is down.

Library
xtd.forms.native
Warning
Internal use only

◆ MK_COMMAND

constexpr size_t MK_COMMAND
constexpr

#include <xtd.forms.native/include/xtd/forms/native/mouse_key.h>

The CMD key is down.

Library
xtd.forms.native
Warning
Internal use only