add meta keys to keycodes
parent
7ecb27c98a
commit
ccefe570db
|
@ -104,8 +104,10 @@ namespace MoonWorks.Input
|
||||||
LeftControl = 224,
|
LeftControl = 224,
|
||||||
LeftShift = 225,
|
LeftShift = 225,
|
||||||
LeftAlt = 226,
|
LeftAlt = 226,
|
||||||
|
LeftMeta = 227, // Windows, Command, Meta
|
||||||
RightControl = 228,
|
RightControl = 228,
|
||||||
RightShift = 229,
|
RightShift = 229,
|
||||||
RightAlt = 230
|
RightAlt = 230,
|
||||||
|
RightMeta = 231 // Windows, Command, Meta
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue