SDL_AndroidShowToast

Undocumented in source.
  1. int SDL_AndroidShowToast(const(char)* message, int duration, int gravity, int xoffset, int yoffset)
  2. pSDL_AndroidShowToast SDL_AndroidShowToast;
    version(Android)
    __gshared
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl2016)
    pSDL_AndroidShowToast SDL_AndroidShowToast;

Meta