import type { OxyInputEventArgs, ScreenPoint } from '../..'; /** * Provides data for the mouse events. */ export interface OxyMouseEventArgs extends OxyInputEventArgs { /** * Gets or sets the position of the mouse cursor. */ position: ScreenPoint; } //# sourceMappingURL=OxyMouseEventArgs.d.ts.map