Mathieu GRENET

Results 16 comments of Mathieu GRENET

It was really not done for in game usage. Do you see any usefulness in game ? maybe I should detect full screens process and disable lbm while it's in...

I'm aware of the software will often not detect display configuration changes. Maybe you can try to configure and save while in single monitor and do it again in multi...

Sorry about the long delay, I've been working on another project this year, but no, LBM is not abandonned. I hope I'll can take some time by the end of...

HLab is now available at https://github.com/CHMP-HLab/HLab But don't expect too much about it, it is still a work on progress for another project. And I'm still working on some memory...

Yes but then the daemon won't get admin privileges and it will get disabled whenever an elevated process will get the focus. That's why i used Task Scheduler in first...

What king of wacom (screen or tablet ?) I have a tablet with witch I may try something, but I think it would be hard to deal with absolut positionning

yes, hlab is another project that will be posted soon.

I understand the point, I ended up with creating two inherited classes, one for each case. Not as elegant in my case but maybe more readable, so it's ok. Thank...

Thank you for the response (And for that great piece of code), but I think my explanation was not so clear. Lets say : ``` class TestClass { [Import] public...