CVD 0.8
Public Types | Public Member Functions | Public Attributes
CVD::GLWindow::EventSummary Struct Reference

A summary of multiple events. More...

#include <glwindow.h>

List of all members.

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

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

Detailed Description

A summary of multiple events.

Definition at line 74 of file glwindow.h.


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