DIR : /home/kozerus/public_html/cropex/node/node_modules/recharts/types/chart/AccessibilityManager.d.ts
/home/kozerus/public_html/cropex/node/node_modules/recharts/types/chart
import type { LayoutType, TickItem } from '../util/types';
interface ContainerOffset {
top: number;
left: number;
}
interface InitiableOptions {
coordinateList?: TickItem[];
mouseHandlerCallback?: (e: Partial<MouseEvent>) => void;
container?: HTMLElement;
layout?: LayoutType;
offset?: ContainerOffset;
}
export declare class AccessibilityManager {
private activeIndex;
private coordinateList;
private mouseHandlerCallback;
private container;
private layout;
private offset;
setDetails({ coordinateList, container, layout, offset, mouseHandlerCallback, }: InitiableOptions): void;
focus(): void;
keyboardEvent(e: any): void;
setIndex(newIndex: number): void;
private spoofMouse;
}
export {};
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer