File size: 71 Bytes
e6b949c
 
 
1
2
3
4
export interface InputHandler {
    handleInput(event: Event): void;
}