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

Switch interact cursor menus to use displays instead of dialogs. #311

Closed
nicolasbadano opened this issue Apr 4, 2015 · 2 comments · Fixed by #981
Closed

Switch interact cursor menus to use displays instead of dialogs. #311

nicolasbadano opened this issue Apr 4, 2015 · 2 comments · Fixed by #981
Assignees
Labels
kind/enhancement Release Notes: **IMPROVED:**
Milestone

Comments

@nicolasbadano
Copy link
Contributor

Those allow to move while having the cursor. That also enables providing a cursor version of the non-self interact menu.

The idea is creating a display in config with:
enableSimulation = 1;
and possibly (not confirmed)
enableDisplay = 1;
then create it using the createDisplay command.

Example of the behaviour:

[] spawn {(findDisplay 46) createDisplay "RscCinemaBorder"};

Give credit to zx64

@nicolasbadano nicolasbadano added the kind/enhancement Release Notes: **IMPROVED:** label Apr 4, 2015
@nicolasbadano nicolasbadano self-assigned this Apr 4, 2015
@jaynus
Copy link
Contributor

jaynus commented Apr 4, 2015

This is strictly for the cursor-compat versions correct?

@nicolasbadano
Copy link
Contributor Author

This is strictly for the cursor-compat versions correct?

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants