wasInit method

int wasInit({
  1. int flags = 0,
})

Get the systems which are currently initialised.

SDL Docs

Implementation

int wasInit({final int flags = 0}) => sdl.SDL_WasInit(flags);