-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Hand Mouse Cursor Flag #1913
Comments
Will do. I changed the bindings a few months ago to not crash if they get an unknown cursor type (for people using old bindings) but since this cursor won't be used by imgui for a while it won't be a problem even with the old code. |
ok i must propose a PR ? |
That would be helpful yes.. need support in all 3 framework bindings + software cursor. |
ok i can also propose this hyperlink control. simplifeid to me more in the imgui style. and modify the demo to have a hyperlink who point here on the github page. i can inlcude in the demo the windows code for call the url in windows to open in the default browser. it will be helpfull if someone ca do same for ios and linux :) |
i have done the modifications, and it work (software also) but for the hyperlink control i dont have normal, hovered and active color for text. maybe we need : |
This is off-topic we'll talk about that separately. There's a EDIT To clarify, the PR would be to add the new mouse cursor, not anything to do with the TextUrl function. |
ah ok :) |
the pr is sent :) ,we can close this topic i thinck |
Hello,
can we have a flag for the mouse cursor hand : ImGuiMouseCursor_Hand
like that i can use by example in glfw the system cursor :
g_MouseCursors[ImGuiMouseCursor_Hand] = glfwCreateStandardCursor(GLFW_HAND_CURSOR);
i have modifed the imgui code due to that, because i made a spetial control for the hyperlink
and i wanted to have a hand cursor on this control.
who do that :
The text was updated successfully, but these errors were encountered: