export interface IInteractionEvent { mousemove: number; keydown: number; mousedown: number; }