Callback event of custom immersive container. More...
#include <customized_immersive_container.h>
Public Member Functions | |
virtual void | onWindowMsgNotification (UINT uMsg, WPARAM wParam, LPARAM lParam)=0 |
The SDK will pass the window messages to users via the callback. Here are the messages. WM_MOUSEMOVE WM_MOUSEENTER WM_MOUSELEAVE WM_LBUTTONDOWN WM_LBUTTONUP WM_RBUTTONUP WM_LBUTTONDBLCLK WM_KEYDOWN. | |
virtual | ~ICustomizedImmersiveContainerEvent () |
Callback event of custom immersive container.
Definition at line 14 of file customized_immersive_container.h.
|
inlinevirtual |
Definition at line 28 of file customized_immersive_container.h.
|
pure virtual |
The SDK will pass the window messages to users via the callback. Here are the messages. WM_MOUSEMOVE WM_MOUSEENTER WM_MOUSELEAVE WM_LBUTTONDOWN WM_LBUTTONUP WM_RBUTTONUP WM_LBUTTONDBLCLK WM_KEYDOWN.