Bobby Walker

Results 21 comments of Bobby Walker

[ee.log](https://github.com/daid/EmptyEpsilon/files/7422646/ee.log) [X.log](https://github.com/daid/EmptyEpsilon/files/7422647/X.log)

So weird discovery. If touchscreen=1 I can select by using a 2 button press. I'm guessing it's a side effect of this being designed for non-multitouch screens?

I'd tried to massage NSIS to create an installer package since NSIS is already supported in cmake and cpacker, but I've run into a lot of snags with it so...

So I'm just getting this setup again. on the latest official build and on the latest git this still seems to be happening. I can select if I double click...

I've been going back through commits trying to find where it actually broke. Right now it looks like it broke right after the SDL 2 migration as suspected. I've traced...

I found a post on discord I missed with instructions for logging. I'm back to trying to fix this again. Sorry to spam this.

So I've finally managed to finagle ints out of Serious Proton for my touch screen. https://github.com/daid/SeriousProton/blob/b059605c011ae1a7d6ea222f18f71ff076829373/src/io/keybinding.cpp#L518 At this line I added the following above the switch: std::string event_type = std::to_string(event.type);...

INFO: keybindings timestamp: 17317 INFO: keybindings windowID: 2 INFO: keybindings which: 0 INFO: keybindings button: 1 INFO: keybindings state: 1 INFO: keybindings clicks: 1 INFO: keybindings x: 958 INFO: keybindings...

- Full screen with no window manager. - Xorg/X11 - I installed windows 10 on one of the touch systems to see if it had any issues and it doesn't...

Yeah that's what I expect too. But with these displays at least the finger only events only happen with 2 or more fingers pressed.