Variable allButtonCodes

A list of all of the button codes

immutable(derelict.sdl2.internal.sdl_types.SDL_D_MouseButton[]) allButtonCodes = [cast(SDL_D_MouseButton)cast(ubyte)1u, cast(SDL_D_MouseButton)cast(ubyte)2u, cast(SDL_D_MouseButton)cast(ubyte)3u, cast(SDL_D_MouseButton)cast(ubyte)4u, cast(SDL_D_MouseButton)cast(ubyte)5u];