1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00

9 lines
205 B
Go
Raw Normal View History

2014-07-22 13:55:19 -07:00
package joystick
import "github.com/veandco/go-sdl2/sdl"
2014-07-22 13:55:19 -07:00
type testJoystick struct{}
func (t *testJoystick) Close() {}
func (t *testJoystick) InstanceID() sdl.JoystickID { return 0 }