struct EE::Window::InputEvent::KeySym

Overview

#include <inputevent.hpp>

struct KeySym {
    // fields

    Scancode scancode;
    Keycode sym;
    Uint32 mod;
    Uint32 unicode;
};

Detailed Documentation

Fields

Scancode scancode

physical key code - see Scancode for details

Keycode sym

virtual key code - see Keycode for details

Uint32 unicode

current key modifiers