diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2022-11-10 00:05:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 00:05:18 +0000 |
commit | f5e4a7be5b6d48006e5f3b9ac218993aa4ee284e (patch) | |
tree | b9fe9e2a720fa0ccf612bffa0f8cba265c83719c /Northstar.Client/mod.json | |
parent | 0a5c705f662773ecb97a9b06d2c92e023307b441 (diff) | |
download | NorthstarMods-f5e4a7be5b6d48006e5f3b9ac218993aa4ee284e.tar.gz NorthstarMods-f5e4a7be5b6d48006e5f3b9ac218993aa4ee284e.zip |
Improve mouse capture handling in menus (#520)
* rework mouse capture handling
* small improvement to comment
* move to new script file
* refactor to use only the capturePanel
* refactor part 2
* github please commit everything
* remove non-implemented global function
* cleanup
* rename variable
* formatting and a comment
* run callbacks for menus
* update comment accordingly
* small formatting change
* slight refactor to avoid duplicate code
* improve comment
* pass correct parameters
* newline at end of file :)
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 7ca8dd5e..15853be7 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -115,6 +115,10 @@ { "Path": "ui/controller_prompts.nut", "RunOn": "UI" + }, + { + "Path": "ui/ui_mouse_capture.nut", + "RunOn": "UI" } ], "Localisation": [ |