Struct IAppEvent#

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct IAppEvent#

Application event system. To be implemented by the application.

Subclassed by sdv::app::CAppControl

Public Functions

virtual void ProcessEvent(SAppEvent &sEvent) = 0#

Process the event.

Parameters:

sEvent[inout] Event structure containing the information to process.

void ProcessEvent (inout SAppEvent sEvent)

Process the event.

Parameters:

sEvent[inout] Event structure containing the information to process.

Public Static Attributes

static ::sdv::interface_id _id = 0xE545F66A4F61D52B#

Interface ID.