-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Input code from Z with fixes to the input focus (#15)
- Merged Z's input code which is based on the WinHook library - Fixed input focus based on Terminal tab selection - Allowed to have two separate browsers in Inventory and Control Panel
- Loading branch information
1 parent
c2a3f9a
commit 97b9ea9
Showing
25 changed files
with
603 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
// Invoked from C# | ||
// noinspection JSUnusedGlobalSymbols | ||
async function stateUpdated() { | ||
} | ||
|
||
// Invoked from C# | ||
// noinspection JSUnusedGlobalSymbols | ||
async function blockStateUpdated(entityId) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
$(document).ready(async function () { | ||
// For debugging only | ||
// $("#window-size").text(`${window.innerWidth}x${window.innerHeight}`); | ||
|
||
await CefSharp.BindObjectAsync("state"); | ||
state.NotifyBound(); | ||
|
||
$("#window-size").text(`${window.innerWidth}x${window.innerHeight}`); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.