Gwork: 0.3.0Dev
Gwk::Input::GLFW3 Class Reference

Classes

struct  KeyEvent
 
struct  MouseEvent
 

Public Member Functions

void Initialize (IInputEventListener *c)
 
unsigned char TranslateKeyCode (int iKeyCode)
 
bool ProcessKeyEvent (const KeyEvent &event)
 
bool ProcessMouseMove (int x, int y)
 
bool ProcessMouseButtons (int button, int action, int mods)
 
bool ProcessScroll (float sx, float sy)
 

Protected Attributes

IInputEventListenerm_eventListener
 
Point m_mouse
 
Point m_lastMouse
 

Class Documentation

◆ Gwk::Input::GLFW3::KeyEvent

struct Gwk::Input::GLFW3::KeyEvent
Class Members
int action
int key
int mods
int scancode

◆ Gwk::Input::GLFW3::MouseEvent

struct Gwk::Input::GLFW3::MouseEvent
Class Members
double x
double y

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