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 #48

Open
prock-fife opened this issue Feb 10, 2017 · 0 comments
Open

Drag and Drop #48

prock-fife opened this issue Feb 10, 2017 · 0 comments

Comments

@prock-fife
Copy link
Member

This issue was reported by jwt

Many rpgs need a drag-and-drop functionality, where an image can be “dragged” across the screen by the mouse cursor. This would also be useful for the editor.

The implementor will have to decide where best to implement this feature. There’s even been some discussion of a purely script-based implementation. My guess is it is best implemented directly into the video module.

One constraint is that the code should behave well with Guichan. For example, many of the use cases for this feature will involve clicking a Guichan icon and dragging its image into another Guichan widget.

Other use cases include: clicking an instance on a map and dragging it to another location on the map (editor feature).

From fifengine/fifengine#295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant