#include <window_proc_delegate_manager.h>
Public Member Functions | |
WindowProcDelegateManager () | |
~WindowProcDelegateManager () | |
void | RegisterTopLevelWindowProcDelegate (FlutterDesktopWindowProcCallback delegate, void *user_data) |
void | UnregisterTopLevelWindowProcDelegate (FlutterDesktopWindowProcCallback delegate) |
std::optional< LRESULT > | OnTopLevelWindowProc (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
Definition at line 20 of file window_proc_delegate_manager.h.
|
explicitdefault |
|
default |
std::optional< LRESULT > flutter::WindowProcDelegateManager::OnTopLevelWindowProc | ( | HWND | hwnd, |
UINT | message, | ||
WPARAM | wparam, | ||
LPARAM | lparam | ||
) |
Definition at line 25 of file window_proc_delegate_manager.cc.
References message, and user_data.
Referenced by flutter::testing::TEST(), and flutter::testing::TEST_F().
void flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate | ( | FlutterDesktopWindowProcCallback | delegate, |
void * | user_data | ||
) |
Definition at line 14 of file window_proc_delegate_manager.cc.
References user_data.
Referenced by FlutterDesktopPluginRegistrarRegisterTopLevelWindowProcDelegate(), flutter::testing::TEST(), and flutter::testing::TEST_F().
void flutter::WindowProcDelegateManager::UnregisterTopLevelWindowProcDelegate | ( | FlutterDesktopWindowProcCallback | delegate | ) |
Definition at line 20 of file window_proc_delegate_manager.cc.
Referenced by FlutterDesktopPluginRegistrarUnregisterTopLevelWindowProcDelegate(), and flutter::testing::TEST().