Home
last modified time | relevance | path

Searched refs:DEFAULT_POINTER_ID_FIRST (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp69 constexpr int32_t DEFAULT_POINTER_ID_FIRST = 0; variable
1108 item.SetPointerId(DEFAULT_POINTER_ID_FIRST + i); in ParseCommand()
1110 pointerEvent->SetPointerId(DEFAULT_POINTER_ID_FIRST + i); in ParseCommand()
1246 item.SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1249 pointerEvent->SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1276 item.SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1279 pointerEvent->SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1323 item.SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1329 pointerEvent->SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
1416 item.SetPointerId(DEFAULT_POINTER_ID_FIRST); in ParseCommand()
[all …]