joystick-demo: missing iota
parent
719a7d6ffd
commit
338c568478
|
@ -88,7 +88,7 @@ TUPLE: joystick-demo-gadget < pack axis raxis controller buttons alarm ;
|
||||||
<axis-gadget> [ >>raxis ] [ add-gadget-with-border ] bi-curry bi* ;
|
<axis-gadget> [ >>raxis ] [ add-gadget-with-border ] bi-curry bi* ;
|
||||||
|
|
||||||
:: (add-button-gadgets) ( gadget shelf -- )
|
:: (add-button-gadgets) ( gadget shelf -- )
|
||||||
gadget controller>> read-controller buttons>> length [
|
gadget controller>> read-controller buttons>> length iota [
|
||||||
number>string [ drop ] <border-button>
|
number>string [ drop ] <border-button>
|
||||||
shelf over add-gadget drop
|
shelf over add-gadget drop
|
||||||
] map gadget (>>buttons) ;
|
] map gadget (>>buttons) ;
|
||||||
|
|
Loading…
Reference in New Issue