Skip to content

Instantly share code, notes, and snippets.

@findchris
Forked from astein/recording.json
Last active August 29, 2015 14:02
Show Gist options
  • Save findchris/6a5b5cd0f4cb9446fa9c to your computer and use it in GitHub Desktop.
Save findchris/6a5b5cd0f4cb9446fa9c to your computer and use it in GitHub Desktop.
[
{
"step": 1,
"time_offset": 0,
"movements": [[123, 31], [321,22], [null, null], [99, 99]],
"actions": [
{"time_offset": 4032, "input_type": "keyboard", "value": "spacebar"},
{"time_offset": 8944, "input_type": "mouse", "value": [123,321]}
],
"distance": 3245
},
{
"step": 2,
"time_offset": 3910
},
{
"step": 1,
"time_offset": 6380,
"completed_time_offset": 10394 // <<<<<<<
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment