gsplat-editor / editor /src /InputHandler.ts
dylanebert's picture
dylanebert HF staff
initial commit
e6b949c
raw
history blame contribute delete
71 Bytes
export interface InputHandler {
handleInput(event: Event): void;
}