// FlushEvent (https://wiki.libsdl.org/SDL_FlushEvent) func FlushEvent(type_ uint32) { C.SDL_FlushEvent(C.Uint32(type_)) }
func FlushEvent(type_ uint32) { _type := (C.Uint32)(type_) C.SDL_FlushEvent(_type) }