mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
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:
@ -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**/
|
||||
|
Reference in New Issue
Block a user