mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
KeyCode fixes
This commit is contained in:
parent
8808da307f
commit
8328e646bd
1 changed files with 1 additions and 3 deletions
|
@ -5,6 +5,7 @@ using System.Reflection;
|
||||||
|
|
||||||
namespace Beefy.widgets
|
namespace Beefy.widgets
|
||||||
{
|
{
|
||||||
|
[AllowDuplicates]
|
||||||
public enum KeyCode
|
public enum KeyCode
|
||||||
{
|
{
|
||||||
LButton = 0x01,
|
LButton = 0x01,
|
||||||
|
@ -18,17 +19,14 @@ namespace Beefy.widgets
|
||||||
Shift = 0x10,
|
Shift = 0x10,
|
||||||
Control = 0x11,
|
Control = 0x11,
|
||||||
Alt = 0x12,
|
Alt = 0x12,
|
||||||
#unwarn
|
|
||||||
Menu = 0x12,
|
Menu = 0x12,
|
||||||
Pause = 0x13,
|
Pause = 0x13,
|
||||||
Capital = 0x14,
|
Capital = 0x14,
|
||||||
Kana = 0x15,
|
Kana = 0x15,
|
||||||
#unwarn
|
|
||||||
Hangul = 0x15,
|
Hangul = 0x15,
|
||||||
Junja = 0x17,
|
Junja = 0x17,
|
||||||
Final = 0x18,
|
Final = 0x18,
|
||||||
Hanja = 0x19,
|
Hanja = 0x19,
|
||||||
#unwarn
|
|
||||||
Kanji = 0x19,
|
Kanji = 0x19,
|
||||||
Escape = 0x1B,
|
Escape = 0x1B,
|
||||||
Convert = 0x1C,
|
Convert = 0x1C,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue