2014-07-23 04:55:19 +08:00
|
|
|
package joystick
|
|
|
|
|
2016-02-21 06:43:16 +08:00
|
|
|
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 }
|