Jive reference manual
List of all members | Public Types | Static Public Attributes
jem::gl::Keys Class Reference

#include <jem/gl/input.h>

Public Types

enum  {
  F1 = 256,
  F2,
  F3,
  F4,
  F5,
  F6,
  F7,
  F8,
  F9,
  F10,
  F11,
  F12,
  LEFT,
  RIGHT,
  UP,
  DOWN,
  PAGE_UP,
  PAGE_DOWN,
  HOME,
  END
}
 

Static Public Attributes

static const int FIRST_CODE = F1
 
static const int LAST_CODE = END
 
static const int SHIFT
 
static const int CTRL
 
static const int ALT
 

Member Enumeration Documentation

anonymous enum
Enumerator
F1 
F2 
F3 
F4 
F5 
F6 
F7 
F8 
F9 
F10 
F11 
F12 
LEFT 
RIGHT 
UP 
DOWN 
PAGE_UP 
PAGE_DOWN 
HOME 
END 

Member Data Documentation

const int jem::gl::Keys::FIRST_CODE = F1
static
const int jem::gl::Keys::LAST_CODE = END
static
const int jem::gl::Keys::SHIFT
static
const int jem::gl::Keys::CTRL
static
const int jem::gl::Keys::ALT
static