File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -415,11 +415,11 @@ DMeta TranslateKey(SDL_Scancode i) {
415
415
case SDL_SCANCODE_LCTRL: return MetaOf<Keys::LeftControl>();
416
416
case SDL_SCANCODE_LSHIFT: return MetaOf<Keys::LeftShift>();
417
417
case SDL_SCANCODE_LALT: return MetaOf<Keys::LeftAlt>();
418
- case SDL_SCANCODE_LGUI: TODO (); return {}; // missing
418
+ case SDL_SCANCODE_LGUI: return MetaOf<Keys::LeftGUI> ();
419
419
case SDL_SCANCODE_RCTRL: return MetaOf<Keys::RightControl>();
420
420
case SDL_SCANCODE_RSHIFT: return MetaOf<Keys::RightShift>();
421
421
case SDL_SCANCODE_RALT: return MetaOf<Keys::RightAlt>();
422
- case SDL_SCANCODE_RGUI: TODO (); return {}; // missing
422
+ case SDL_SCANCODE_RGUI: return MetaOf<Keys::RightGUI> ();
423
423
424
424
case SDL_SCANCODE_MODE: TODO (); return {}; // missing
425
425
You can’t perform that action at this time.
0 commit comments