#include <glwindow.h>
Definition at line 74 of file glwindow.h.
Public Types | |
typedef std::map < int, int > ::const_iterator | key_iterator |
typedef std::map < int, std::pair < ImageRef, int > >::const_iterator | mouse_iterator |
Public Member Functions | |
EventSummary () | |
void | clear () |
bool | should_quit () const |
Public Attributes | |
std::map< int, int > | key_down |
std::map< int, int > | key_up |
std::map< int, std::pair< ImageRef, int > > | mouse_down |
std::map< int, std::pair< ImageRef, int > > | mouse_up |
std::map< int, int > | events |
ImageRef | cursor |
bool | cursor_moved |
void CVD::GLWindow::EventSummary::clear | ( | ) | [inline] |
bool CVD::GLWindow::EventSummary::should_quit | ( | ) | const |
Has escape been pressed or the close button pressed?
std::map<int,int> CVD::GLWindow::EventSummary::key_down |
std::map<int,std::pair<ImageRef,int> > CVD::GLWindow::EventSummary::mouse_down |
std::map<int,int> CVD::GLWindow::EventSummary::events |