Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Types | List of all members
jop::Keyboard::Modifier Struct Reference

#include <Keyboard.hpp>

Public Types

enum  { Shift = 1, Control = 1 << 1, Alt = 1 << 2, Super = 1 << 3 }
 

Detailed Description

Definition at line 108 of file Keyboard.hpp.

Member Enumeration Documentation

anonymous enum

Keyboard modifiers

Enumerator
Shift 
Control 
Alt 
Super 

Definition at line 112 of file Keyboard.hpp.


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