gsplat-editor / editor /src /InputHandler.ts
dylanebert
initial commit
e6b949c
Raw
History Blame Contribute Delete
71 Bytes
export interface InputHandler {
handleInput(event: Event): void;
}