Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp374 g_mouseEvent->SetButtonPressed(button); in HandleMouseButton()
376 g_mouseEvent->DeleteReleaseButton(button); in HandleMouseButton()
378 g_mouseEvent->SetButtonId(button); in HandleMouseButton()
430 g_mouseEvent->SetPointerId(0); in HandleMouseProperty()
431 g_mouseEvent->UpdatePointerItem(g_mouseEvent->GetPointerId(), item); in HandleMouseProperty()
439 CHKPR(g_mouseEvent, INPUT_PARAMETER_ERROR); in OH_Input_InjectMouseEvent()
440 g_mouseEvent->ClearFlag(); in OH_Input_InjectMouseEvent()
441 g_mouseEvent->ClearAxisValue(); in OH_Input_InjectMouseEvent()
442 g_mouseEvent->SetTargetDisplayId(0); in OH_Input_InjectMouseEvent()
447 g_mouseEvent->SetActionTime(time); in OH_Input_InjectMouseEvent()
[all …]