diff options
| author | J08nY | 2016-04-29 00:09:43 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-29 00:09:43 +0200 |
| commit | 7caff3e0edcf8982ec716143ed030b2790061b39 (patch) | |
| tree | 16673b30ff5fcb35c53bdcbeeea0cf0fa9b22d25 /src/input.ts | |
| parent | e243829840896b29c2508d3984b229adc3074edc (diff) | |
| download | omniplex-master.tar.gz omniplex-master.tar.zst omniplex-master.zip | |
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 |
