Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICustomizedImmersiveContainerEvent Class Referenceabstract

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 ()
 

Detailed Description

Callback event of custom immersive container.

Definition at line 14 of file customized_immersive_container.h.

Constructor & Destructor Documentation

◆ ~ICustomizedImmersiveContainerEvent()

virtual ICustomizedImmersiveContainerEvent::~ICustomizedImmersiveContainerEvent ( )
inlinevirtual

Definition at line 28 of file customized_immersive_container.h.

28{};

Member Function Documentation

◆ onWindowMsgNotification()

virtual void ICustomizedImmersiveContainerEvent::onWindowMsgNotification ( UINT uMsg,
WPARAM wParam,
LPARAM lParam )
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.