Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
SDL_Keysym Struct Reference

#include <SdlEmulationLayer.h>

Public Attributes

SDL_Scancode scancode
 SDL physical key code - see SDL_Scancode for details. More...
 
SDL_Keycode sym
 SDL virtual key code - see SDL_Keycode for details. More...
 
Ogre::uint16 mod
 current key modifiers More...
 
Ogre::uint32 unused
 

Member Data Documentation

◆ mod

Ogre::uint16 SDL_Keysym::mod

current key modifiers

◆ scancode

SDL_Scancode SDL_Keysym::scancode

SDL physical key code - see SDL_Scancode for details.

◆ sym

SDL_Keycode SDL_Keysym::sym

SDL virtual key code - see SDL_Keycode for details.

◆ unused

Ogre::uint32 SDL_Keysym::unused

The documentation for this struct was generated from the following file: