hybridgroup.gobot/platforms/joystick/test_helper.go

9 lines
205 B
Go
Raw Normal View History

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