1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00

9 lines
209 B
Go
Raw Normal View History

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