2019-07-17 23:23:10

I seem to recall a mention in the manual of mouse_update requesting exclusive access to the mouse, or somesuch? And show_game_window creating a big black window?
The problem is that using a trackpad with BGT is extremely unreliable, because it randomly clicks whatever in the background. Charms bar, start menu, whatever. There is no avoiding it.
(Ur, Windows 8, if the charms bar wasn't a giveaway.)
I seem to remember a time when this was not the case, almost as though some setting on my computer got discombobulated to make it happen. I've no idea how to go about searching for such a thing, though. Nothing in mouse settings seemed obviously relevant.

看過來!
"If you want utopia but reality gives you Lovecraft, you don't give up, you carve your utopia out of the corpses of dead gods."
MaxAngor wrote:
    George... Don't do that.

2019-07-17 23:31:15

So I just made a program that installs an ll hook to block mouse events, but it breaks all the time, as if something is undoing my hook. I think I will update that program to have a timer where the hook is uninstalled and reinstalled after 30 seconds or so. I think windows at least 10 is actually breaking low level hooks somehow, at least for the mouse. Not sure if BGT is using that though but it's a possibility

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com

2019-07-17 23:35:09

Yeah, so if BGT uses low level hooks, it seems they are somewhat broken. Here, have a look at this link. https://stackoverflow.com/questions/265 … board-hook

I am a web designer, and a game developer. If you wish see me at http://www.samtupy.com