Refactored Input.js to Events.js

Started working on Input.js, this time it's used to handle mouse clicks and keyboard shortcuts.
This commit is contained in:
unsettledgames
2021-07-20 22:52:51 +02:00
parent 4525519071
commit 1b1290c017
14 changed files with 242 additions and 214 deletions

View File

@ -4,7 +4,7 @@
//=include _pixelEditorUtility.js
//=include lib/sortable.js
//=include Util.js
//=include Input.js
//=include Events.js
//=include Color.js
//=include Dialogue.js
//=include History.js
@ -42,7 +42,7 @@
//=include _loadPalette.js
/**event listeners**/
//=include _hotkeyListener.js
//=include Input.js
//=include _mouseEvents.js
/**buttons**/