HI.
I'm using manjaro and I just upgraded the system to Plasma 6.5.4, which dropped support for x11. So I'm using wayland.
I was testing my app on x11 and worked fine, but now on wayland it seems that the pen code does not work always as expected. Sometimes the axis events seem to not be notified. Other times it works fine. I could not say what is going on without checking the code.
In my app I put some logging and the axis events seem to not be sent by sdl, but since my app is a bit complex I tried the pen test, just in case, and it seems to behave the same. I provide a video:
https://www.youtube.com/watch?v=PzX_sWHJiFU
In the video, between each "Pen 3 enters proximity!" and "Pen 3 leaves proximity!" messages, I push the pen on the tablet with different amounts of pressure (the pen down/up events are logged), but only sometimes the square responds to the pressure (and the axis event is not logged).