CVD 0.8
Public Member Functions
CVD::GLWindow::EventHandler Class Reference

Abstract base class for event handlers. Subclass this and override to implement a handler. More...

#include <glwindow.h>

List of all members.

Public Member Functions

virtual void on_key_down (GLWindow &, int)
virtual void on_key_up (GLWindow &, int)
virtual void on_mouse_move (GLWindow &, ImageRef, int)
virtual void on_mouse_down (GLWindow &, ImageRef, int, int)
virtual void on_mouse_up (GLWindow &, ImageRef, int, int)
virtual void on_resize (GLWindow &, ImageRef)
virtual void on_event (GLWindow &, int)

Detailed Description

Abstract base class for event handlers. Subclass this and override to implement a handler.

Definition at line 47 of file glwindow.h.


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