Gamedev Framework (gf)  0.2.0
A C++11 framework for 2D games
Public Attributes | List of all members
gf::Modifiers Struct Reference

State of modifiers. More...

#include <gf/Keyboard.h>

Public Attributes

bool shift
 Is the Shift key pressed? More...
 
bool control
 Is the Control key pressed? More...
 
bool alt
 Is the Alt key pressed? More...
 
bool super
 Is the Super key pressed? More...
 

Detailed Description

State of modifiers.

Member Data Documentation

bool gf::Modifiers::alt

Is the Alt key pressed?

bool gf::Modifiers::control

Is the Control key pressed?

bool gf::Modifiers::shift

Is the Shift key pressed?

bool gf::Modifiers::super

Is the Super key pressed?