Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag-and-drop support #67

Open
4 tasks
Tracked by #23
Syncaidius opened this issue Aug 7, 2022 · 0 comments
Open
4 tasks
Tracked by #23

Drag-and-drop support #67

Syncaidius opened this issue Aug 7, 2022 · 0 comments
Assignees
Labels
input Input-related issue. e.g. mouse, keyboard, touch or gamepad ui User-interface related issue
Milestone

Comments

@Syncaidius
Copy link
Owner

Syncaidius commented Aug 7, 2022

Implement Drag-n-drop support to the UI system:

  • OnDrag() method - Triggered when dragged. Can return false to reject dragging
  • OnDropped(UIElement target) method - Triggered when the UIElement is dropped on another UIElement
  • OnDragOver(UIElement over) - Triggered when another UIElement object is over the current one. Can return false to disallow

Dropping:

  • OnDropReceived(UIElement dropped) - Triggered when an UIElement receives a drop action from another UIElement. Can return false to reject the dropped object
@Syncaidius Syncaidius added this to the Alpha 0.2 - Nov22 milestone Aug 7, 2022
@Syncaidius Syncaidius self-assigned this Aug 7, 2022
@Syncaidius Syncaidius added input Input-related issue. e.g. mouse, keyboard, touch or gamepad ui User-interface related issue and removed enhancement labels Aug 7, 2022
@Syncaidius Syncaidius mentioned this issue Oct 1, 2022
44 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input Input-related issue. e.g. mouse, keyboard, touch or gamepad ui User-interface related issue
Projects
Status: No status
Development

No branches or pull requests

1 participant