mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-26 13:48:49 +08:00
9 lines
205 B
Go
9 lines
205 B
Go
package joystick
|
|
|
|
import "github.com/veandco/go-sdl2/sdl"
|
|
|
|
type testJoystick struct{}
|
|
|
|
func (t *testJoystick) Close() {}
|
|
func (t *testJoystick) InstanceID() sdl.JoystickID { return 0 }
|