#include <wm_builders.h>
Public Member Functions | |
| Win32Message | Build (LRESULT expected_result=kWmResultDontCheck) |
Public Attributes | |
| uint32_t | key |
| uint8_t | scan_code |
| WmFieldExtended | extended |
| WmFieldContext | context |
Definition at line 144 of file wm_builders.h.
| Win32Message flutter::testing::WmSysKeyUpInfo::Build | ( | LRESULT | expected_result = kWmResultDontCheck | ) |
Definition at line 57 of file wm_builders.cc.
References context, extended, key, flutter::testing::Win32Message::message, and scan_code.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| WmFieldContext flutter::testing::WmSysKeyUpInfo::context |
Definition at line 155 of file wm_builders.h.
Referenced by Build().
| WmFieldExtended flutter::testing::WmSysKeyUpInfo::extended |
Definition at line 149 of file wm_builders.h.
Referenced by Build().
| uint32_t flutter::testing::WmSysKeyUpInfo::key |
Definition at line 145 of file wm_builders.h.
Referenced by Build().
| uint8_t flutter::testing::WmSysKeyUpInfo::scan_code |
Definition at line 147 of file wm_builders.h.
Referenced by Build().