Searched refs:DRAG_EVENT_START_FOR_CONTROLLER (Results 1 – 6 of 6) sorted by relevance
108 DRAG_EVENT_START_FOR_CONTROLLER, enumerator
425 context->OnDragEvent({globalX, globalY }, DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER); in __anon8b7ebbcb0402()
277 { dragAction->x, dragAction->y }, DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER); in StartDragAction()
762 …xt_->OnDragEvent({ DEFAULT_INT1, DEFAULT_INT1 }, DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER);
663 …ext->OnDragEvent({ ctx->globalX, ctx->globalY }, DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER); in HandleOnDragStart()
3876 if (action == DragEventAction::DRAG_EVENT_START_FOR_CONTROLLER) { in OnDragEvent()