mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-19 19:28:28 +00:00
SDL_HINTS.H: Correct spelling mistake
noticable -> noticeable
This commit is contained in:
parent
571ff1a3a9
commit
57973cd379
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ extern "C" {
|
||||||
* When polling for events, SDL_PumpEvents is used to gather new events from devices.
|
* When polling for events, SDL_PumpEvents is used to gather new events from devices.
|
||||||
* If a device keeps producing new events between calls to SDL_PumpEvents, a poll loop will
|
* If a device keeps producing new events between calls to SDL_PumpEvents, a poll loop will
|
||||||
* become stuck until the new events stop.
|
* become stuck until the new events stop.
|
||||||
* This is most noticable when moving a high frequency mouse.
|
* This is most noticeable when moving a high frequency mouse.
|
||||||
*
|
*
|
||||||
* By default, poll sentinels are enabled.
|
* By default, poll sentinels are enabled.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue