Rework sdl integration api
This re-works the SDL integration api to simplify the integration for application developers and also allow Cogl to know when the application is about to go idle waiting for events so it can perform idle book-keeping work. Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
@@ -777,3 +777,13 @@ CoglColorMask
|
||||
<TITLE>GType Integration API</TITLE>
|
||||
cogl_gtype_matrix_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>SDL</FILE>
|
||||
<TITLE>SDL Integration</TITLE>
|
||||
cogl_sdl_context_new
|
||||
cogl_sdl_renderer_set_event_type
|
||||
cogl_sdl_renderer_get_event_type
|
||||
cogl_sdl_handle_event
|
||||
cogl_sdl_idle
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user