Artifact 1071e03ee473ca446a5a0199300552f0ab649bca:
- File sdl2/gamecontroller-types.ss — part of check-in [c9770d8f7f] at 2016-08-17 07:47:19 on branch trunk — added sdl2 (user: ovenpasta@pizzahack.eu size: 452)
(define-ftype sdl-game-controller-t (struct)) (define-enumeration* sdl-controller-bind-type (none button axis hat)) (define sdl-controller-axis-invalid -1) (define-enumeration* sdl-controller-axis (left-x left-y right-x right-y trigger-left trigger-right)) ;;TODO IMPLEMENT THIS (define-ftype sdl-game-controller-axis-t void*) (define-ftype sdl-game-controller-button-bind-t void*) (define-ftype sdl-game-controller-button-t void*)