ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput
ity has quit [Remote host closed the connection]
ity has joined #wayland
rasterman has quit [Quit: Gettin' stinky!]
feaneron has quit [Ping timeout: 480 seconds]
user21 has quit [Remote host closed the connection]
iomari891 has joined #wayland
iomari891 has quit [Ping timeout: 480 seconds]
Brainium has quit [Quit: Konversation terminated!]
eluks has quit [Remote host closed the connection]
eluks has joined #wayland
fmuellner has quit [Remote host closed the connection]
fmuellner has joined #wayland
fmuellner has quit [Ping timeout: 480 seconds]
<ezzieyguywuf>
it seems that when my pointer first enters my surface, a middle-click event is registers even if I'm not clicking anything. is this expected behaviour, or could it be oddness in my wayland server and/or hardware?
<danieldg>
no, that's not expected
<danieldg>
you can try libinput debug-events to see if it's the hardware
<danieldg>
or verify with wev or just WAYLAND_DEBUG=1 what is actually being sent
<danieldg>
check if you have any other mice that might have their middle button held down too
sally has quit [Quit: sally]
<ezzieyguywuf>
danieldg: I will try these things thank you
feaneron has joined #wayland
iomari891 has joined #wayland
garnacho has quit [Ping timeout: 480 seconds]
iomari891 has quit [Ping timeout: 480 seconds]
sally has joined #wayland
<ezzieyguywuf>
the WAYLAND_DEBUG stream is very verbose, I've tried filtering it for just wl_pointer events. the 'MIDDLE_CLICK' text is from my application, which reports changes in state e.g. if a button goes from released to pressed. my application assumes all buttons begin in the released state.