BangleApps/apps/hidjoystick/metadata.json

15 lines
554 B
JSON
Raw Normal View History

{
"id": "hidjoystick",
"name": "Bluetooth Joystick",
"shortName": "Joystick",
2022-03-15 20:53:20 +00:00
"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",
2022-03-15 20:53:20 +00:00
"supports": ["BANGLEJS", "BANGLEJS2"],
"storage": [
{"name":"hidjoystick.app.js","url":"app.js"},
{"name":"hidjoystick.img","url":"app-icon.js","evaluate":true}
]
}