.\" This manpage content is licensed under Creative Commons .\" Attribution 4.0 International (CC BY 4.0) .\" https://creativecommons.org/licenses/by/4.0/ .\" This manpage was generated from SDL's wiki page for SDL_OnApplicationWillEnterForeground: .\" https://wiki.libsdl.org/SDL_OnApplicationWillEnterForeground .\" Generated with SDL/build-scripts/wikiheaders.pl .\" Please report issues in this manpage's content at: .\" https://github.com/libsdl-org/sdlwiki/issues/new .\" Please report issues in the generation of this manpage from the wiki at: .\" https://github.com/libsdl-org/SDL/issues/new?title=Misgenerated%20manpage%20for%20SDL_OnApplicationWillEnterForeground .\" SDL can be found at https://libsdl.org/ .de URL \$2 \(laURL: \$1 \(ra\$3 .. .if \n[.g] .mso www.tmac .TH SDL_OnApplicationWillEnterForeground 3 "SDL 3.2.5" "Simple Directmedia Layer" "SDL3 FUNCTIONS" .SH NAME SDL_OnApplicationWillEnterForeground \- Let iOS apps with external event handling report onApplicationWillEnterForeground\[char46] .SH HEADER FILE Defined in SDL3/SDL_system\[char46]h .SH SYNOPSIS .nf .B #include \(dqSDL3/SDL.h\(dq .PP .BI "void SDL_OnApplicationWillEnterForeground(void); .fi .SH DESCRIPTION This functions allows iOS apps that have their own event handling to hook into SDL to generate SDL events\[char46] This maps directly to an iOS-specific event, but since it doesn't do anything iOS-specific internally, it is available on all platforms, in case it might be useful for some specific paradigm\[char46] Most apps do not need to use this directly; SDL's internal event code will handle all this for windows created by .BR SDL_CreateWindow ! .SH THREAD SAFETY It is safe to call this function from any thread\[char46] .SH AVAILABILITY This function is available since SDL 3\[char46]2\[char46]0\[char46]