Move input-related files into core/input

This commit moves all the input-related files from `core/`
to `core/input/`, and renames a couple as relevant
(input.js --> input/devices.js, keyboard.js --> input/util.js).
This commit is contained in:
Solly Ross
2016-09-14 13:45:08 -04:00
parent b4ef49ea36
commit bd5340c7ee
17 changed files with 36 additions and 35 deletions

View File

@@ -8,8 +8,8 @@ is not limited to):
core/base64.js
core/des.js
core/display.js
core/input.js
core/keysym.js
core/input/devices.js
core/input/keysym.js
core/logo.js
core/playback.js
core/rfb.js
@@ -17,7 +17,7 @@ is not limited to):
core/util.js
core/websock.js
app/webutil.js
core/xtscancodes.js
core/input/xtscancodes.js
The HTML, CSS, font and images files that included with the noVNC
source distibution (or repository) are not considered part of the