Right mouse button menu listener interface. It processes the mouse right button menu events. More...
#include <IMenuListener.h>
Public Member Functions | |
| virtual void | ProcessMenuEvents (int option)=0 |
| It's called when a right mouse button menu event is fired. | |
Protected Member Functions | |
| IMenuListener (void) | |
| Contructor hidden from user. | |
| virtual | ~IMenuListener (void)=0 |
| Destructor hidden from user. | |
Right mouse button menu listener interface. It processes the mouse right button menu events.
| virtual void GlutWrapper::IMenuListener::ProcessMenuEvents | ( | int | option | ) | [pure virtual] |
It's called when a right mouse button menu event is fired.
| option | the option related to the event |
Implemented in CUDARayCasting::Runner.
1.6.2