This website requires JavaScript.
Explore
Help
Register
Sign In
Talon
/
assassin-bug
Watch
1
Star
0
Fork
You've already forked assassin-bug
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ad6420e3a9
assassin-bug
/
framework
/
input
/
interfaces
/
state.d.ts
5 lines
105 B
TypeScript
Raw
Blame
History
import
{
IKeyboard
}
from
'../inputs/keyboard'
;
export
interface
State
{
keyboard?
:
IKeyboard
;
}
Reference in New Issue
View Git Blame
Copy Permalink