#include <windows_proc_table.h>
Definition at line 17 of file windows_proc_table.h.
◆ WindowsProcTable()
flutter::WindowsProcTable::WindowsProcTable |
( |
| ) |
|
Definition at line 9 of file windows_proc_table.cc.
10 user32_ = fml::NativeLibrary::Create(
"user32.dll");
12 user32_->ResolveFunction<GetPointerType_*>(
"GetPointerType");
◆ ~WindowsProcTable()
flutter::WindowsProcTable::~WindowsProcTable |
( |
| ) |
|
|
virtual |
◆ GetPointerType()
BOOL flutter::WindowsProcTable::GetPointerType |
( |
UINT32 |
pointer_id, |
|
|
POINTER_INPUT_TYPE * |
pointer_type |
|
) |
| |
|
virtual |
Definition at line 19 of file windows_proc_table.cc.
21 if (!get_pointer_type_.has_value()) {
25 return get_pointer_type_.value()(pointer_id, pointer_type);
◆ GetThreadPreferredUILanguages()
LRESULT flutter::WindowsProcTable::GetThreadPreferredUILanguages |
( |
DWORD |
flags, |
|
|
PULONG |
count, |
|
|
PZZWSTR |
languages, |
|
|
PULONG |
length |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: