namespace JitterEventTypes
Possible event types for a JitterEvent
type event
Event types
export type event = "mouse" | "mouseidle" | "mouseidleout" | "mousewheel" | "matrix_received" |
"messaged_received" | "connected_notification" | "import" | "collisions" |
"matrixoutput" | "swap";