Prepare input.js for new keyboard code
- delete old keyboard handling - set up calls to the new keyboard code (which is not yet included in the file)
This commit is contained in:
parent
24a6d8bbf6
commit
f962085bb2
1702
include/input.js
1702
include/input.js
File diff suppressed because it is too large
Load Diff
|
|
@ -223,7 +223,8 @@ function constructor() {
|
|||
'onKeyPress': keyPress});
|
||||
mouse = new Mouse({'target': conf.target,
|
||||
'onMouseButton': mouseButton,
|
||||
'onMouseMove': mouseMove});
|
||||
'onMouseMove': mouseMove,
|
||||
'notify': keyboard.sync});
|
||||
|
||||
rmode = display.get_render_mode();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue