#include <glh_glut.h>

Public Member Functions | |
| void | apply_inverse_transform () |
| void | apply_transform () |
| matrix4f | get_inverse_transform () |
| matrix4f | get_transform () |
| glut_mouse_to_keyboard () | |
| void | update () |
Public Attributes | |
| void(* | keyboard_function )(unsigned char, int, int) |
| unsigned char | neg_dx_key |
| unsigned char | neg_dy_key |
| unsigned char | pos_dx_key |
| unsigned char | pos_dy_key |
Definition at line 671 of file glh_glut.h.
| glh::glut_mouse_to_keyboard::glut_mouse_to_keyboard | ( | ) | [inline] |
Definition at line 674 of file glh_glut.h.
| void glh::glut_mouse_to_keyboard::apply_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 681 of file glh_glut.h.
| void glh::glut_mouse_to_keyboard::apply_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 679 of file glh_glut.h.
| matrix4f glh::glut_mouse_to_keyboard::get_inverse_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 685 of file glh_glut.h.
| matrix4f glh::glut_mouse_to_keyboard::get_transform | ( | ) | [inline, virtual] |
Implements glh::glut_simple_interactor.
Definition at line 683 of file glh_glut.h.
| void glh::glut_mouse_to_keyboard::update | ( | ) | [inline, virtual] |
Reimplemented from glh::glut_simple_interactor.
Definition at line 687 of file glh_glut.h.
| void(* glh::glut_mouse_to_keyboard::keyboard_function)(unsigned char, int, int) |
Definition at line 700 of file glh_glut.h.
| unsigned char glh::glut_mouse_to_keyboard::neg_dx_key |
Definition at line 699 of file glh_glut.h.
| unsigned char glh::glut_mouse_to_keyboard::neg_dy_key |
Definition at line 699 of file glh_glut.h.
| unsigned char glh::glut_mouse_to_keyboard::pos_dx_key |
Definition at line 699 of file glh_glut.h.
| unsigned char glh::glut_mouse_to_keyboard::pos_dy_key |
Definition at line 699 of file glh_glut.h.