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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user