Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread katja
Hi, the concepts of [mousestate] and [mousepad] are different, they complement each other. [mousepad] is a widget, like slider & Co. If they are stacked, only one at a time can have mouse focus. [mousestate] doesn't steal mouse focus of widgets above it. Both concepts have their own use cases.

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Alexandre Torres Porres
Em qui, 21 de mar de 2019 às 06:18, Lucas Cordiviola escreveu: > [cyclone/mousestate] is very raw compared to [mousepad]. You can have one > or more [cyclone/mousestate] and they all will just output the same xy > coords for the screen (not the patch). > actually there are 3 modes of operation

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Lucas Cordiviola
On 3/21/2019 6:18 AM, Lucas Cordiviola wrote: > You can have one or more [cyclone/mousestate] and they all will just > output the same xy coords for the screen (not the patch). I meant many [mousestate] in different opened patches. Mensaje telepatico asistido por maquinas.

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Lucas Cordiviola
[cyclone/mousestate] is very raw compared to [mousepad]. You can have one or more [cyclone/mousestate] and they all will just output the same xy coords for the screen (not the patch). Probably is very easy for [mousepad] to incorporate an option like "global sender" to give the same

Re: [PD-dev] local canvas-only pd_bind

2019-03-21 Thread Alexandre Torres Porres
I love the idea of a native 2d slider, but how about providing the same functionality from [cyclone/mousestate]? Em qui, 21 de mar de 2019 às 01:47, Chris McCormick escreveu: > On 19/3/19 11:17 pm, katja wrote: > > Mousepad code is up for inspection at: > > > >