xtd 0.2.0
Loading...
Searching...
No Matches
hot_key_prefixes.h
1#pragma once
3#if !defined(__XTD_DRAWING_NATIVE_LIBRARY__)
4#error "Do not include this file: Internal use only"
5#endif
7
8#include <xtd/types.h>
9
16constexpr xtd::int32 HKP_NONE = 0;
17
24constexpr xtd::int32 HKP_SHOW = 1;
25
32constexpr xtd::int32 HKP_HIDE = 2;
constexpr xtd::int32 HKP_NONE
No hot-key prefix.
Definition hot_key_prefixes.h:16
constexpr xtd::int32 HKP_HIDE
Do not display the hot-key prefix.
Definition hot_key_prefixes.h:32
constexpr xtd::int32 HKP_SHOW
Display the hot-key prefix.
Definition hot_key_prefixes.h:24
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
Contains xtd fundamental types.