mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
using js modules
This commit is contained in:
@@ -20,7 +20,14 @@
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
function Hid() {
|
||||
import {tools, $, $$$} from "../tools.js";
|
||||
import {wm} from "../wm.js";
|
||||
|
||||
import {Keyboard} from "./keyboard.js";
|
||||
import {Mouse} from "./mouse.js";
|
||||
|
||||
|
||||
export function Hid() {
|
||||
var self = this;
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user