sdlada icon indicating copy to clipboard operation
sdlada copied to clipboard

Ada 2022 bindings to SDL 2

Results 33 sdlada issues
Sort by recently updated
recently updated
newest added

I have not much experience managing project myself, but I imagine it to be stressfull to maintain a codebase of this size alone. @Lucretia ?

I suggest this: - Rename original sdl2 library into sdlada_core. - Create new project file called sdlada_base with common declarations. Any comments..?

SDL.Inputs.Joysticks.Instance returns a type Instances. The Instances type is mapped to SDL2's SDL_JoystickID and defined in SDL.**Inputs**.Joysticks as ```Ada type Instances is range 0 .. 2 ** 31 - 1...