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

Typo in DisableEventWaiting documentation #206

Open
nissaofthesea opened this issue Nov 6, 2024 · 0 comments
Open

Typo in DisableEventWaiting documentation #206

nissaofthesea opened this issue Nov 6, 2024 · 0 comments

Comments

@nissaofthesea
Copy link

nissaofthesea commented Nov 6, 2024

There is a discrepancy between the documentation comments for DisableEventWaiting. The end of the sentence says "no automatic event polling", but shouldn't have the negation- should say "automatic event polling".

In raylib-rs:

/// Disable waiting for events when the handle is dropped, no automatic event polling

In raylib.h

https://github.com/raysan5/raylib/blob/b47fffb48bfeb6a73060c5fb8847d8db2879110c/src/raylib.h#L1015

RLAPI void DisableEventWaiting(void);                             // Disable waiting for events on EndDrawing(), automatic events polling
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

No branches or pull requests

1 participant