devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=829cc94aee9f103984c3b85b1d17e49e6c332772
commit 829cc94aee9f103984c3b85b1d17e49e6c332772 Author: Bryce Harrington <br...@osg.samsung.com> Date: Fri Aug 18 09:48:59 2017 -0400 ecore_sdl: Add API doc for ecore_sdl_feed_events Reviewers: cedric, devilhorns Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5097 --- src/lib/ecore_sdl/ecore_sdl.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/ecore_sdl/ecore_sdl.c b/src/lib/ecore_sdl/ecore_sdl.c index e7302de419..b711058ac4 100644 --- a/src/lib/ecore_sdl/ecore_sdl.c +++ b/src/lib/ecore_sdl/ecore_sdl.c @@ -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) { --