UnitreeCameraSDK  1.0.1
unitree stereo camra apis
Public Member Functions | List of all members
glwindow::EventHandler Struct Reference
Inheritance diagram for glwindow::EventHandler:
Inheritance graph
[legend]

Public Member Functions

virtual bool on_key_down (GLWindow &win, int key)
 
virtual bool on_key_up (GLWindow &win, int key)
 
virtual bool on_text (GLWindow &win, const char *text, int len)
 
virtual bool on_button_down (GLWindow &win, int btn, int state, int x, int y)
 
virtual bool on_button_up (GLWindow &win, int btn, int state, int x, int y)
 
virtual bool on_mouse_move (GLWindow &win, int state, int x, int y)
 
virtual bool on_mouse_wheel (GLWindow &win, int state, int x, int y, int dx, int dy)
 
virtual bool on_resize (GLWindow &win, int x, int y, int w, int h)
 
virtual bool on_close (GLWindow &win)
 

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