Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dylanebert/gsplat-editor
RobinsAIWorld
/
gsplat-editor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gsplat-editor
/
editor
/
src
/
InputHandler.ts
dylanebert
initial commit
e6b949c
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
71 Bytes
export
interface
InputHandler
{
handleInput
(
event
:
Event
):
void
;
}