Wrapping keyboardevent with InputEvent
This commit is contained in:
13
botanjs/src/externs/Components.Vim.Controls.InputEvent.js
Normal file
13
botanjs/src/externs/Components.Vim.Controls.InputEvent.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Controls.InputEvent = function(){};
|
||||
|
||||
/** @type String */
|
||||
Components.Vim.Controls.InputEvent.key;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.InputEvent.ModKeys;
|
||||
/** @type Boolean */
|
||||
Components.Vim.Controls.InputEvent.Escape;
|
||||
/** @type Number */
|
||||
Components.Vim.Controls.InputEvent.keyCode;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.InputEvent.kMap;
|
@@ -1,7 +1,2 @@
|
||||
/** @constructor */
|
||||
Components.Vim.Controls = function(){};
|
||||
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.ModKeys;
|
||||
/** @type Function */
|
||||
Components.Vim.Controls.KMap;
|
||||
|
Reference in New Issue
Block a user