#include <wm_builders.h>
Public Member Functions | |
| Win32Message | Build (LRESULT expected_result=kWmResultDontCheck) |
Public Attributes | |
| uint32_t | key |
| uint8_t | scan_code |
| WmFieldExtended | extended |
| WmFieldPrevState | prev_state |
| WmFieldContext | context |
| uint16_t | repeat_count = 1 |
Definition at line 123 of file wm_builders.h.
| Win32Message flutter::testing::WmSysKeyDownInfo::Build | ( | LRESULT | expected_result = kWmResultDontCheck | ) |
Definition at line 45 of file wm_builders.cc.
References context, extended, key, flutter::testing::Win32Message::message, prev_state, repeat_count, and scan_code.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| WmFieldContext flutter::testing::WmSysKeyDownInfo::context |
Definition at line 134 of file wm_builders.h.
Referenced by Build().
| WmFieldExtended flutter::testing::WmSysKeyDownInfo::extended |
Definition at line 128 of file wm_builders.h.
Referenced by Build().
| uint32_t flutter::testing::WmSysKeyDownInfo::key |
Definition at line 124 of file wm_builders.h.
Referenced by Build().
| WmFieldPrevState flutter::testing::WmSysKeyDownInfo::prev_state |
Definition at line 130 of file wm_builders.h.
Referenced by Build().
| uint16_t flutter::testing::WmSysKeyDownInfo::repeat_count = 1 |
Definition at line 136 of file wm_builders.h.
Referenced by Build().
| uint8_t flutter::testing::WmSysKeyDownInfo::scan_code |
Definition at line 126 of file wm_builders.h.
Referenced by Build().