diff options
Diffstat (limited to 'src/input.ts')
| -rw-r--r-- | src/input.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input.ts b/src/input.ts new file mode 100644 index 0000000..07154a0 --- /dev/null +++ b/src/input.ts @@ -0,0 +1,9 @@ +module Omni { + export class Keyboard { + + } + + export class Mouse { + + } +}
\ No newline at end of file |
