Abstract device event callback. More...
#include <mitsuba/hw/device.h>
Public Member Functions | |
virtual bool | deviceEventOccurred (const DeviceEvent &event)=0 |
Called when a device event occurs. More... | |
Protected Member Functions | |
virtual | ~DeviceEventListener () |
Virtual destructor. More... | |
Abstract device event callback.
|
inlineprotectedvirtual |
Virtual destructor.
|
pure virtual |
Called when a device event occurs.
event | The event data structure |