struct ISystemEventListener { };
ISystem.h
Interface used for getting notified when a system event occurs.
virtual ~ISystemEventListener();
virtual void OnSystemEvent(ESystemEvent event, UINT_PTR wparam, UINT_PTR lparam) = 0;
virtual void OnSystemEventAnyThread(ESystemEvent event, UINT_PTR wparam, UINT_PTR lparam);