Searched refs:touchX (Results 1 - 1 of 1) sorted by relevance
/test/ostest/wukong/input_factory/src/ |
H A D | touch_input.cpp | 41 int touchX = touchPtr->x_; in OrderInput() local 44 ErrCode result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in OrderInput() 49 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in OrderInput() 51 INFO_LOG_STR("Touch: (%d, %d)", touchX, touchY); in OrderInput() 63 int touchX = rand() % screenWidth; in RandomInput() local 66 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in RandomInput() 71 result = multiinput->PointerInput(touchX, touchY, MMI::PointerEvent::SOURCE_TYPE_TOUCHSCREEN, in RandomInput() 77 INFO_LOG_STR("Touch: (%d, %d)", touchX, touchY); in RandomInput()
|
Completed in 1 milliseconds