Remove non-exported joystick_lock

As per the header, `SDL_joystick_lock` isn't an exported symbol. https://github.com/libsdl-org/SDL/blob/release-3.4.2/include/SDL3/SDL_joystick.h#L78-L85
This commit is contained in:
blob1807
2026-06-26 21:48:24 +10:00
parent 3cad23341a
commit 19dc9ae773

View File

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