mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-01 13:48:57 +08:00
9 lines
209 B
Go
9 lines
209 B
Go
![]() |
package joystick
|
||
|
|
||
|
import "github.com/hybridgroup/go-sdl2/sdl"
|
||
|
|
||
|
type testJoystick struct{}
|
||
|
|
||
|
func (t *testJoystick) Close() {}
|
||
|
func (t *testJoystick) InstanceID() sdl.JoystickID { return 0 }
|