Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dmouse_input.cpp43 int mouseType; in RandomInput() local
55 mouseType = MMI::PointerEvent::MOUSE_BUTTON_MIDDLE; in RandomInput()
57 mouseType = MMI::PointerEvent::MOUSE_BUTTON_RIGHT; in RandomInput()
59 mouseType = MMI::PointerEvent::MOUSE_BUTTON_LEFT; in RandomInput()
62 MouseTypeToString(mouseType).c_str()); in RandomInput()
65 …multiinput->PointerInput(xClickPosition, yClickPosition, mouseType, MMI::PointerEvent::POINTER_ACT… in RandomInput()
69 …result = multiinput->PointerInput(xClickPosition, yClickPosition, mouseType, MMI::PointerEvent::PO… in RandomInput()