forked from FOSS/BangleApps
15 lines
554 B
JSON
15 lines
554 B
JSON
{
|
|
"id": "hidjoystick",
|
|
"name": "Bluetooth Joystick",
|
|
"shortName": "Joystick",
|
|
"version": "0.02",
|
|
"description": "Emulates a 2 axis/5 button Joystick using the accelerometer as stick input and buttons 1-3, touch left as button 4 and touch right as button 5. On Bangle.js 2 buttons 2-5 are emulated with the touchscreen.",
|
|
"icon": "app.png",
|
|
"tags": "bluetooth",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"hidjoystick.app.js","url":"app.js"},
|
|
{"name":"hidjoystick.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|