add meta keys to keycodes

pull/14/head
cosmonaut 2021-03-23 17:38:53 -07:00
parent 7ecb27c98a
commit ccefe570db
1 changed files with 3 additions and 1 deletions

View File

@ -104,8 +104,10 @@ namespace MoonWorks.Input
LeftControl = 224,
LeftShift = 225,
LeftAlt = 226,
LeftMeta = 227, // Windows, Command, Meta
RightControl = 228,
RightShift = 229,
RightAlt = 230
RightAlt = 230,
RightMeta = 231 // Windows, Command, Meta
}
}