Merge pull request #1455 from stsymbaliuk/WikiLinkFix

Update link to SDL_PollEvent Wiki page
This commit is contained in:
olikraus 2022-02-09 17:38:38 +01:00 committed by GitHub
commit b3ffad4d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ int u8g_sdl_get_key(void)
#ifndef NO_SDL
SDL_Event event;
/* http://www.libsdl.org/cgi/docwiki.cgi/SDL_PollEvent */
/* https://wiki.libsdl.org/SDL_PollEvent */
if ( SDL_PollEvent(&event) != 0 )
{
switch (event.type)