[oden] Input

This commit is contained in:
John Doty 2023-07-07 07:28:46 -07:00
parent c934914ac5
commit e0878b4ea6
6 changed files with 363 additions and 14 deletions

3
types/input-core.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
// These are the functions exposed by the native input module.
//
export function btn(b: number): boolean;