Add scancode and virtual key and fix some sdl stuff on Windows
This commit is contained in:
@@ -22,7 +22,8 @@ namespace Nz
|
||||
// -WindowEventType_KeyReleased
|
||||
struct KeyEvent
|
||||
{
|
||||
Keyboard::Key code;
|
||||
Keyboard::Scancode scancode;
|
||||
Keyboard::VKey virtualKey;
|
||||
bool alt;
|
||||
bool control;
|
||||
bool repeated;
|
||||
|
||||
Reference in New Issue
Block a user