예제 #1
0
static bool d3d_focus(void *data)
{
   return gfx_ctx_focus();
}
예제 #2
0
파일: vg.c 프로젝트: mak77/RetroArch
static bool vg_focus(void *data)
{
   return gfx_ctx_focus(data);
}