summaryrefslogtreecommitdiff
path: root/src/input.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.ts')
-rw-r--r--src/input.ts9
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