Update framework
This commit is contained in:
4
framework/input/interfaces/state.d.ts
vendored
Normal file
4
framework/input/interfaces/state.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import { IKeyboard } from '../inputs/keyboard';
|
||||
export interface State {
|
||||
keyboard?: IKeyboard;
|
||||
}
|
1
framework/input/interfaces/state.js
Normal file
1
framework/input/interfaces/state.js
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
Reference in New Issue
Block a user