[oden] I can make this actually MATCH
This commit is contained in:
parent
e0878b4ea6
commit
9d04541875
3 changed files with 13 additions and 4 deletions
5
types/input-core.d.ts
vendored
5
types/input-core.d.ts
vendored
|
|
@ -1,3 +1,8 @@
|
|||
// These are the functions exposed by the native input module.
|
||||
//
|
||||
export const BUTTON_UP: number;
|
||||
export const BUTTON_DOWN: number;
|
||||
export const BUTTON_LEFT: number;
|
||||
export const BUTTON_RIGHT: number;
|
||||
|
||||
export function btn(b: number): boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue