1
0
mirror of https://github.com/Raymonf/whack.git synced 2024-11-11 20:07:08 +01:00
whack/galliumhook
2022-12-17 22:16:10 -05:00
..
galliumhook galliumhook: readme, ability to disable wndproc hook 2022-12-17 22:16:10 -05:00
minhook-multihook Initial commit (galliumhook and WTT) 2022-09-28 18:37:28 -04:00
.gitignore Initial commit (galliumhook and WTT) 2022-09-28 18:37:28 -04:00
galliumhook.sln Initial commit (galliumhook and WTT) 2022-09-28 18:37:28 -04:00
README.md galliumhook: readme, ability to disable wndproc hook 2022-12-17 22:16:10 -05:00

galliumhook

Loads mercuryhook.dll at startup and then forces created windows to be 1080x1920 regardless of screen resolution (or original size).

If you want to configure galliumhook without recompiling it, make a file named galliumhook.toml and put this in:

[window]
width = 1080
height = 1920
wndproc = 0x72AE80

Note that sane defaults (for 3.07.01 ONLY) will be applied when this config file isn't found. Set wndproc to 0 to disable the WndProc hook.