Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
WindowsMessage.cs
Go to the documentation of this file.
1
namespace
ReLogic.OS.Windows
;
2
3
internal
static
class
WindowsMessage
4
{
5
public
const
int
SETFOCUS
= 7;
6
7
public
const
int
KILLFOCUS
= 8;
8
9
public
const
int
IME_STARTCOMPOSITION
= 269;
10
11
public
const
int
IME_ENDCOMPOSITION
= 270;
12
13
public
const
int
IME_COMPOSITION
= 271;
14
15
public
const
int
IME_SETCONTEXT
= 641;
16
17
public
const
int
IME_NOTIFY
= 642;
18
19
public
const
int
IME_CONTROL
= 643;
20
21
public
const
int
IME_COMPOSITIONFULL
= 644;
22
23
public
const
int
IME_SELECT
= 645;
24
25
public
const
int
IME_CHAR
= 646;
26
27
public
const
int
IME_KEYDOWN
= 656;
28
29
public
const
int
IME_KEYUP
= 657;
30
31
public
const
int
INPUTLANGCHANGE
= 81;
32
33
public
const
int
KEYDOWN
= 256;
34
35
public
const
int
CHAR
= 258;
36
37
public
const
int
ACTIVATE
= 6;
38
}
ReLogic.OS.Windows.WindowsMessage.IME_CHAR
const int IME_CHAR
Definition
WindowsMessage.cs:25
ReLogic.OS.Windows.WindowsMessage.INPUTLANGCHANGE
const int INPUTLANGCHANGE
Definition
WindowsMessage.cs:31
ReLogic.OS.Windows.WindowsMessage.IME_COMPOSITIONFULL
const int IME_COMPOSITIONFULL
Definition
WindowsMessage.cs:21
ReLogic.OS.Windows.WindowsMessage.IME_KEYDOWN
const int IME_KEYDOWN
Definition
WindowsMessage.cs:27
ReLogic.OS.Windows.WindowsMessage.IME_COMPOSITION
const int IME_COMPOSITION
Definition
WindowsMessage.cs:13
ReLogic.OS.Windows.WindowsMessage.IME_KEYUP
const int IME_KEYUP
Definition
WindowsMessage.cs:29
ReLogic.OS.Windows.WindowsMessage.CHAR
const int CHAR
Definition
WindowsMessage.cs:35
ReLogic.OS.Windows.WindowsMessage.IME_SELECT
const int IME_SELECT
Definition
WindowsMessage.cs:23
ReLogic.OS.Windows.WindowsMessage.ACTIVATE
const int ACTIVATE
Definition
WindowsMessage.cs:37
ReLogic.OS.Windows.WindowsMessage.IME_ENDCOMPOSITION
const int IME_ENDCOMPOSITION
Definition
WindowsMessage.cs:11
ReLogic.OS.Windows.WindowsMessage.IME_SETCONTEXT
const int IME_SETCONTEXT
Definition
WindowsMessage.cs:15
ReLogic.OS.Windows.WindowsMessage.IME_CONTROL
const int IME_CONTROL
Definition
WindowsMessage.cs:19
ReLogic.OS.Windows.WindowsMessage.IME_NOTIFY
const int IME_NOTIFY
Definition
WindowsMessage.cs:17
ReLogic.OS.Windows.WindowsMessage.KEYDOWN
const int KEYDOWN
Definition
WindowsMessage.cs:33
ReLogic.OS.Windows.WindowsMessage.SETFOCUS
const int SETFOCUS
Definition
WindowsMessage.cs:5
ReLogic.OS.Windows.WindowsMessage.KILLFOCUS
const int KILLFOCUS
Definition
WindowsMessage.cs:7
ReLogic.OS.Windows.WindowsMessage.IME_STARTCOMPOSITION
const int IME_STARTCOMPOSITION
Definition
WindowsMessage.cs:9
ReLogic.OS.Windows.WindowsMessage
Definition
WindowsMessage.cs:4
ReLogic.OS.Windows
Definition
Clipboard.cs:5
source
ReLogic
ReLogic.OS.Windows
WindowsMessage.cs
Generated by
1.10.0