[oden] I can make this actually MATCH

This commit is contained in:
John Doty 2023-07-07 07:34:09 -07:00
parent e0878b4ea6
commit 9d04541875
3 changed files with 13 additions and 4 deletions

View file

@ -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;