ecore_sdl: Add API doc for ecore_sdl_feed_events

Reviewers: cedric, devilhorns

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5097
This commit is contained in:
Bryce Harrington 2017-08-18 09:48:59 -04:00 committed by Chris Michael
parent 4202c29996
commit 829cc94aee
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,10 @@ _ecore_sdl_event_key(SDL_Event *event, double timestamp)
return NULL;
}
/**
* Poll SDL for mouse, keyboard, and window events, and add corresponding events to ecore.
* @ingroup Ecore_SDL_Library_Group
*/
EAPI void
ecore_sdl_feed_events(void)
{