tab bug zoom bug and cursor moving on its own

these bug occur all the time i can send clip of it
25 Replies
Swiqeマ
SwiqeマOP2w ago
sorry i pinged wrong thing not launcher only client
kurbie
kurbie2w ago
okay im looking for the issue
Swiqeマ
SwiqeマOP2w ago
Swiqeマ
SwiqeマOP2w ago
this is the clip.
kurbie
kurbie2w ago
its just a 0 second photo 😭
Swiqeマ
SwiqeマOP2w ago
wdym its clip
kurbie
kurbie2w ago
for anyone wondering its not in clickgui cpp or hpp
Swiqeマ
SwiqeマOP2w ago
whats the problem then
kurbie
kurbie2w ago
its not loading for me but i know the issue
Swiqeマ
SwiqeマOP2w ago
alr then
kurbie
kurbie2w ago
im a little stumped
Swiqeマ
SwiqeマOP2w ago
when will it be fixxed
kurbie
kurbie2w ago
idk what it is im searching @Swiqeマ does this happen whenever you open a gui? or only the click gui? i think i found the issue but i have to go now i'll be back in 2-4 hrs
ushadowt
ushadowt2w ago
can second this glitch is super annoying happens with tab list happens with zoom
kurbie
kurbie2w ago
@ushadowt what about chat? this is the issue:
if ((SDK::getCurrentScreen() != "hud_screen" && InHudScreen) ||
(SDK::getCurrentScreen() == "hud_screen" && !InHudScreen)) {
GetWindowRect(hWnd, &currentRect);
GetClientRect(hWnd, &clientRect);

int windowX = currentRect.left;
int windowY = currentRect.top;

int centerX = windowX + (clientRect.right) / 2;
int centerY = windowY + (clientRect.bottom) / 2;

SetCursorPos(centerX, centerY);

InHudScreen = !InHudScreen;
}
}
}
if ((SDK::getCurrentScreen() != "hud_screen" && InHudScreen) ||
(SDK::getCurrentScreen() == "hud_screen" && !InHudScreen)) {
GetWindowRect(hWnd, &currentRect);
GetClientRect(hWnd, &clientRect);

int windowX = currentRect.left;
int windowY = currentRect.top;

int centerX = windowX + (clientRect.right) / 2;
int centerY = windowY + (clientRect.bottom) / 2;

SetCursorPos(centerX, centerY);

InHudScreen = !InHudScreen;
}
}
}
every flarial addon screen refresh, it loads the cursor script again which means that it'll move, or mess with you cursor. i'm working on a fix
ushadowt
ushadowt2w ago
i haven’t noticed personally
kurbie
kurbie2w ago
okay, ty for the info! one another question does it happen every time you scroll? what ive found is that its moving every time the clickgui screen changes, which means that scrooling, or any type of animation i think..
ushadowt
ushadowt2w ago
whenever I hold zoom button it zooms, then it continues to do the animation- i had to turn it to toggle to avoid that. same with the tab list viewer- if i hold it, it’ll tweak out crazy but if it’s toggled then it’s a press
kurbie
kurbie2w ago
does it happen when you open clickgui?
ushadowt
ushadowt2w ago
what’ll that be? like inventory?
kurbie
kurbie2w ago
no the mod menu
ushadowt
ushadowt2w ago
i usually press, not hold so I haven’t experienced that in the menu, no
kurbie
kurbie2w ago
thats so peculier
Swiqeマ
SwiqeマOP2w ago
thanks kurbie for trying to fix!
kurbie
kurbie2w ago
Ty for the info! I have a fix (idk if it works lol) but sadly it’s not going to get merged (bc it turns out I was editing the uwp version LMAO (side note: I don’t have the gdk version’s source code)), so I don’t know when it’s getting fixed 😭😭😭

Did you find this page helpful?