[PD] [hidraw] repeated identical mouse wheel events not reported?

Lucas Cordiviola lucarda27 at hotmail.com
Wed Apr 17 05:06:02 CEST 2024


@Peter,

yes, there's a bug. [hidraw] should not have an internal change mechanism.

i had used your mouseweel example to debug.

I should fix this soon with a new version and also upgrade to hidapi 0.14.0


thanks,

:)

--

Mensaje telepatico asistido por maquinas.

On 16/04/2024 20:31, Lucas Cordiviola wrote:
> there could be a bug in [hidraw]'s internal change mechanism. (missing 
> some change?)
>
> not sure when i'll try to debug.
>
> I had created an issue at https://github.com/Lucarda/pd-hidraw/issues/4
>
>
> -- 
>
> Mensaje telepatico asistido por maquinas.
>
> On 16/04/2024 06:55, Peter P. wrote:
>> Hi list,
>>
>> I am using [hidraw] to read events from a mouse. I understand that
>> hidraw in fact reports the entire state of the device rather whenever
>> some event happens. Interestingly, moving the scroll wheel down by one
>> step is reported, but moving it down another step afterwards is not
>> reported unless a different event (say, moving the mouse a pixel) is
>> done.
>> It makes somehow sense if I think of the mouse wheel as a state device,
>> where a repeated "wheel down" is not considered as a change of state.
>>
>> Nevertheless it seems impossible to parse repeated wheel down actions.
>> Does anyone have an idea (besides using [hid] instead)?
>>
>> Thanks!
>> Peter
>>
>>
>





More information about the Pd-list mailing list