Skip to content

Fix off-by-one typo in IsMouseDragging and GetMouseDragDelta's documentation #7620

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

Merged
merged 1 commit into from
May 25, 2024

Conversation

cfillion
Copy link
Contributor

s/< -1.0f/< 0.0f/

imgui/imgui.cpp

Line 8942 in ef9d525

if (lock_threshold < 0.0f)

imgui/imgui.cpp

Line 9010 in ef9d525

if (lock_threshold < 0.0f)

@ocornut
Copy link
Owner

ocornut commented May 24, 2024

Thanks! One still says -0.0f :)

@cfillion cfillion force-pushed the fix-lock-threshold-doc branch from ed6298e to 063326f Compare May 24, 2024 13:25
@ocornut ocornut merged commit b908494 into ocornut:master May 25, 2024
@ocornut
Copy link
Owner

ocornut commented May 25, 2024

Merged, thank you!

@cfillion cfillion deleted the fix-lock-threshold-doc branch May 25, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants