Sebastián A.

Results 39 comments of Sebastián A.

I'd also like a way for the mouse input to be totally blocked, that would require a bit of investigation, because sometimes when you click you also interact with the...

Good thing is reshade is also open source :D I'll try some stuff when I have the time and see if a PR is possible

iirc yes it does, but I may be wrong. It's been a while since I had time to look this up.

FWIW I have some (a bit dirty) patches to force to show the cursor, but I haven't blocked the input yet, you can check them in https://github.com/etra0/hudhook/commits/temp_patches

hmm, could it be because at every iteration I'm doing ShowCursor. I don't remember if I just do it once it'll show... I can check that during the weekend.

This sound like some exciting progress! I'll check your branch in more depth as soon as I have time, as my tool could also benefit from this!

Estimado, revisando la malla, me encuentro con las siguientes inconsistencias: * _Inglés para Ingeniería I_ (s5) se tiene como prerrequisito a si misma. * Tanto _Automatización, Control y Robótica_ junto...

Relevant to this issue: https://stackoverflow.com/questions/42589496/getting-a-list-of-all-open-windows-in-c-and-storing-them

Well, seems like there's no easy way to quickly do this, in order to do a "proper" implementation I'd have to rewrite the entire input system. The quick way of...

@mistermark Yes, it is something I have in mind, but as I already said, it'll take a lot of time because I have to rewrite the entire input system. Right...