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

Add support for ImGui mouse cursors in ImgWindow. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

slgoldberg
Copy link

Hi, Chris,

This is an implementation to address the "FIXME" request for ImGui mouse-cursor support within ImgWindow.

The change is very straightforward, and works perfectly for the cases I've tested it with.

(I am using this change with my latest upcoming release of A-Better-Camera plugin, v1.5 final, out soon.)

The only complication is of course with XPLM Windows that are "self-decorated" with XPLM handling the resizing (using grab zones on left, right, top, and bottom).

This follows on from additional support added earlier by TwinFan.

I have other changes but I'll send those as separate PRs, since this one is so straightforward and seems to be quite streamlined.

Please let me know if you have any questions or concerns!

Thanks!

Steve

P.S. I've tested this with both the ImGui v1.78 WIP and with the latest ImGui v1.84 WIP.

@slgoldberg slgoldberg changed the title Add support for ImGui mouse cursors. Add support for ImGui mouse cursors in ImgWindow. Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant