2014-07-22 13:55:19 -07:00
|
|
|
package joystick
|
|
|
|
|
2016-02-20 14:43:16 -08:00
|
|
|
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 }
|