Searched refs:autoclose (Results 1 – 3 of 3) sorted by relevance
79 int autoclose; member102 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromFP(FILE *fp, int autoclose);
31 // Download shelf autoclose behavior:39 // autoclose is canceled. An autoclose can only be scheduled in response to a41 // resulting autoclose is canceled, subsequent mouse exited events will NOT42 // trigger an autoclose.46 // reopened, these previously-in-progress download will not block autoclose,403 // mouse exits should not trigger autoclose, so also remove the tracking area.413 // Schedule an autoclose after a delay. If the mouse is moved back into the432 // the shelf autoclose.
355 if ( context->hidden.stdio.autoclose ) { in stdio_close()532 SDL_RWops *SDL_RWFromFP(FILE *fp, int autoclose) in SDL_RWFromFP() argument543 rwops->hidden.stdio.autoclose = autoclose; in SDL_RWFromFP()