diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-15 07:57:16 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-15 07:57:16 -0500 |
commit | 3de39e2608e62a278b9c8cc37b53333f0877fa59 (patch) | |
tree | 0843d7cc199b54f80517c987a9f9d0d47cbb883d /src/controllers/KeyController.ts | |
parent | e1ed82ff684877b56925016282a0e4d5bb4e1b4b (diff) |
Have most of document stuff working
Diffstat (limited to 'src/controllers/KeyController.ts')
-rw-r--r-- | src/controllers/KeyController.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/controllers/KeyController.ts b/src/controllers/KeyController.ts index ad410d756..68eed3961 100644 --- a/src/controllers/KeyController.ts +++ b/src/controllers/KeyController.ts @@ -27,4 +27,10 @@ export class KeyController extends FieldController { export namespace KeyStore { export let Prototype = new KeyController("Prototype"); + export let X = new KeyController("Y"); + export let Y = new KeyController("Y"); + export let Width = new KeyController("Width"); + export let Height = new KeyController("Height"); + export let Data = new KeyController("Data"); + export let View = new KeyController("View"); }
\ No newline at end of file |