keysym property

Pointer<SdlKeysym> get keysym

Implementation

Pointer<SdlKeysym> get keysym =>
    cast<Uint8>().elementAt(16).cast<SdlKeysym>();