Merge pull request #6893 from blob1807/sdl-remove-joystick_lock

Remove non-exported `joystick_lock` symbol
This commit is contained in:
Jeroen van Rijn
2026-06-26 22:28:50 +02:00
committed by GitHub

View File

@@ -2,10 +2,6 @@ package sdl3
import "core:c"
@(link_prefix="SDL_")
foreign lib {
joystick_lock: ^Mutex
}
Joystick :: struct {}
JoystickID :: distinct Uint32