summaryrefslogtreecommitdiff
path: root/src/input.ts
diff options
context:
space:
mode:
authorJ08nY2016-04-29 00:09:43 +0200
committerJ08nY2016-04-29 00:09:43 +0200
commit7caff3e0edcf8982ec716143ed030b2790061b39 (patch)
tree16673b30ff5fcb35c53bdcbeeea0cf0fa9b22d25 /src/input.ts
parente243829840896b29c2508d3984b229adc3074edc (diff)
downloadomniplex-master.tar.gz
omniplex-master.tar.zst
omniplex-master.zip
pointerlock workHEADmaster
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