Joystick
Scan the QR code or open www.mobilejoypad.com on mobile phone and enter the code.
Mobile Joypad supports joysticks and d-pads for WASD, arrows or custom key input. There is choice between 4-directions and 8-directions controls. Which key is used for the direction is shown on the control.
{
"id": "mj-joypstick",
"name": "",
"description": "",
"tags": [],
"url": "",
"thumbnail": "",
"controls": [
[
{
"pad": 3,
"keys": [
{
"key": "ArrowUp",
"keyCode": 38,
"name": "↑",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowLeft",
"keyCode": 37,
"name": "←",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowRight",
"keyCode": 39,
"name": "→",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowDown",
"keyCode": 40,
"name": "↓",
"color": "dark",
"typeName": "Key"
}
],
"typeName": "Control"
},
{
"pad": 3,
"keys": [
{
"key": "ArrowUp",
"keyCode": 38,
"name": "↑",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowLeft",
"keyCode": 37,
"name": "←",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowRight",
"keyCode": 39,
"name": "→",
"color": "dark",
"typeName": "Key"
},
{
"key": "ArrowDown",
"keyCode": 40,
"name": "↓",
"color": "dark",
"typeName": "Key"
}
],
"typeName": "Control"
},
{
"pad": 5,
"keys": null,
"typeName": "Control"
},
{
"pad": 4,
"keys": null,
"typeName": "Control"
}
]
],
"typeName": "Game"
}