mirror of
https://github.com/libretro/RetroArch
synced 2025-01-14 00:56:47 +00:00
7db9a2de60
A new input driver (test_input), similar to test joypad driver. Takes its inputs from a json file provided in options. Supports keyboard input and sensor input (accelerometer, gyroscope, illuminance). Remote Retropad extended with a sensor test screen.
27 lines
318 B
Plaintext
27 lines
318 B
Plaintext
[{
|
|
"action": 1,
|
|
"param_num": 284,
|
|
"frame": 330
|
|
},{
|
|
"action": 2,
|
|
"param_num": 284
|
|
},{
|
|
"action": 1,
|
|
"param_num": 284
|
|
},{
|
|
"action": 2,
|
|
"param_num": 284
|
|
},{
|
|
"action": 1,
|
|
"param_num": 27
|
|
},{
|
|
"action": 2,
|
|
"param_num": 27
|
|
},{
|
|
"action": 1,
|
|
"param_num": 27
|
|
},{
|
|
"action": 2,
|
|
"param_num": 27
|
|
}]
|