http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFB.html
IDirectFB
EnumScreens
Enumerate all existing screen.
EnumScreens (
IDirectFB.html
IDirectFB
*
thiz,
types.html#DFBScreenCallback
DFBScreenCallback
callback,
void
*
callbackdata
);
Calls the given callback for each available screen. The callback is passed the screen id that can be used to retrieve an interface to a specific screen using
IDirectFB_GetScreen.html
IDirectFB::GetScreen()
.
