SDL_iOSAnimationCallback

The prototype for an Apple iOS animation callback.

This datatype is only useful on Apple iOS.

After passing a function pointer of this type to SDL_SetiOSAnimationCallback, the system will call that function pointer at a regular interval.

version(iOS)
extern (C) nothrow @nogc
alias SDL_iOSAnimationCallback = void function
(
void* userdata
)

See Also

Meta