AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ADragNDropView Class Reference

Member Function Documentation

> All members, including inherited

◆ onPointerMove()

void ADragNDropView::onPointerMove ( glm::vec2 pos,
const APointerMoveEvent & event )
overridevirtual
Parameters
posevent position
eventevent description
Note
If the view is pressed, it would still received move events. Use AView::isMouseHover to check is the pointer actually over view or not. See AView::onPointerReleased for more info.

Reimplemented from AView.