Pixel Dust Game Engine  v0.9.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Attributes | List of all members
ModifierKeyInfo Struct Reference

Public Attributes

bool shift
 true if shift key is down
 
bool ctrl
 true if control key is down
 
bool alt
 true if alt key is down
 
bool meta
 true if some other modifier key is down
 

Detailed Description

Base structure for any event that might care about modifier keys.

Member Data Documentation

bool alt

true if alt key is down

bool ctrl

true if control key is down

bool meta

true if some other modifier key is down

bool shift

true if shift key is down