HatchitGame
Public Member Functions | List of all members
Hatchit::Game::GLFWKeyboard Class Reference
Inheritance diagram for Hatchit::Game::GLFWKeyboard:
Hatchit::Game::IKeyboard

Public Member Functions

void RegisterKeyDown (int code)
 
void RegisterKeyUp (int code)
 
bool VKeyPress (IKeyboard::Key k) override
 
bool VKeyRelease (IKeyboard::Key k) override
 
bool VSingleKeyPress (IKeyboard::Key k) override
 
void VUpdate () override
 

Additional Inherited Members

- Public Types inherited from Hatchit::Game::IKeyboard
enum  Key {
  A, B, C, D,
  E, F, G, H,
  I, J, K, L,
  M, N, O, P,
  Q, R, S, T,
  U, V, W, X,
  Y, Z, Up, Down,
  Left, Right, F1, F2,
  F3, F4, F5, F6,
  F7, F8, F9, F10,
  F11, F12, Num1, Num2,
  Num3, Num4, Num5, Num6,
  Num7, Num8, Num9, Num0,
  Esc, Enter, Space, LShift,
  RShift, LAlt, RAlt
}
 

The documentation for this class was generated from the following files: