1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 21:29:26 +08:00
Commit Graph

16 Commits

Author SHA1 Message Date
0O0o0oOoO00
b45f547cd2 opt: do not clear touch point after imgui input event handled 2025-09-11 18:11:22 +08:00
0O0o0oOoO00
28e1f2c0cb fix: check if ingame ui is shown when handling touch through UnityEngine.Input.GetTouch 2025-09-11 18:10:31 +08:00
0O0o0oOoO00
61a65e38a3 add: add do not rander game 2025-09-08 23:03:43 +08:00
0O0o0oOoO00
9861246fd8 fix: ingame ui penetration 2025-09-08 19:35:50 +08:00
0O0o0oOoO00
705f9bb187 opt: don't handle input when don't show ui 2025-09-07 19:57:59 +08:00
0O0o0oOoO00
e2e7510d08 add: hook GlobalClickEventMgr,HandlePinchOnTouch in Unity to handle none input in libinput to support control ingame ui in real device 2025-09-07 16:48:28 +08:00
0O0o0oOoO00
93c2c7d9b0 Revert "add: support to hook input on real device"
This reverts commit 8f92453c
2025-09-06 18:12:38 +08:00
0O0o0oOoO00
a6ef0bd815 fix: incorrect var name 2025-09-06 15:25:46 +08:00
0O0o0oOoO00
c7896576f2 del: remove useless log when hooking game setting panel 2025-09-06 15:08:20 +08:00
0O0o0oOoO00
8f92453c85 add: support to hook input on real device 2025-09-06 15:06:29 +08:00
0O0o0oOoO00
b89ed4e151 fix: hook game setting panel in the same lua_pcall thread 2025-09-06 14:58:47 +08:00
0O0o0oOoO00
d285e7a7c8 opt: pre return when loading other lua resource 2025-09-06 14:58:11 +08:00
0O0o0oOoO00
6aadcb5679 ref: use xhook to replace dobby 2025-09-06 14:57:33 +08:00
0O0o0oOoO00
7716de78eb fix: delay hook of ingame ui until game loaded 2025-09-05 17:58:49 +08:00
0O0o0oOoO00
45873e1948 del: remove ingame gui support on arm arch 2025-09-04 18:21:13 +08:00
0O0o0oOoO00
c665b48b16 add: use imgui as cheat ui to replace webui 2025-09-03 19:03:19 +08:00