This is what gets passed into LikeHandlers.handleEvent functions, which are used to filter event streams.
Example:
{ type: 'mousemoved', args: [ [100, 250], [-5, -5] ], timestamp: 2.56 } Copy
{ type: 'mousemoved', args: [ [100, 250], [-5, -5] ], timestamp: 2.56 }
LikeHandlers has the full list.
This is what gets passed into LikeHandlers.handleEvent functions, which are used to filter event streams.
Example:
LikeHandlers has the full list.