#include <display_internal.h>
Public Member Functions | |
PangolinGl () | |
Public Attributes | |
View * | activeDisplay |
View | base |
int | had_input |
int | has_resized |
bool | is_double_buffered |
bool | is_fullscreen |
std::map< int, boost::function < void(void)> > | keypress_hooks |
int | mouse_state |
boost::ptr_unordered_map < const std::string, View > | named_managed_views |
bool | quit |
GLint | windowed_size [2] |
Definition at line 42 of file display_internal.h.
Definition at line 56 of file display.cpp.
Definition at line 65 of file display_internal.h.
Definition at line 47 of file display_internal.h.
Definition at line 62 of file display_internal.h.
Definition at line 63 of file display_internal.h.
Definition at line 56 of file display_internal.h.
Definition at line 57 of file display_internal.h.
std::map<int,boost::function<void(void)> > pangolin::PangolinGl::keypress_hooks |
Definition at line 53 of file display_internal.h.
Definition at line 64 of file display_internal.h.
boost::ptr_unordered_map<const std::string,View> pangolin::PangolinGl::named_managed_views |
Definition at line 50 of file display_internal.h.
Definition at line 61 of file display_internal.h.
GLint pangolin::PangolinGl::windowed_size[2] |
Definition at line 58 of file display_internal.h.