Doublonmousse
Doublonmousse
@twoexem I've found another way to do this that's much less painful and updated the PR in consequence. I have the bug on my windows machine (on 0.12) and it...
@twoexem Alright I've updated https://github.com/Doublonmousse/rnote_aur_debug to use the PR branch. This time the version will register as 0.13 (the version bump comes from an unrelated recent file format change) so...
1.12 ? Not 0.13 ?? If it works that's kinda all of the info I need, thanks for testing ! The packaging might not work well for this but as...
On windows 11, there's a toggle in the pen settings 'Ignore touch input when I’m using my pen'. Check if it's toggled on and if not, maybe it would fix...
So nothing happens for some time and then the tool switches/animation occurs ? Can you send a video ?
This might be a little weird, but I'm closing this one in favor of #1423 which has found out some of the conditions that trigger the bug
Can I see what's the configuration panel like ? Is there a windows ink option in the wacom configuration panel and is it activated ?
Yeah, to scroll in the setting/side panel up and down with a pen,the only option right now is to grab the scrollbar with the pen. This is a general gtk4...
Can reproduce semi-reliably. Not sure what the cause is. _Could_ be that no events are received when the gpu renderer is in progress (so that if fps drop the events...
I do have some ideas for this. The first doubt I have is concerning the behavior of `connect_event`, particularly `self.pointer_controller.connect_event` which handles all pen input through `super::input::handle_pointer_controller_event`. If this function...