On Fri, 9 Apr 2021 15:49:45 GMT, Tor (torbuntu)
wrote:
>> This fixes a current issue, and while a solution that adds native
>> touch-event support is highly encouraged, this fix will already improve the
>> current situation.
>
>> This fixes a current issue, and while a solution that adds nativ
On Fri, 9 Apr 2021 15:49:45 GMT, Tor (torbuntu)
wrote:
>> This fixes a current issue, and while a solution that adds native
>> touch-event support is highly encouraged, this fix will already improve the
>> current situation.
>
>> This fixes a current issue, and while a solution that adds nativ
On Wed, 7 Apr 2021 12:37:35 GMT, Johan Vos wrote:
> This fixes a current issue, and while a solution that adds native touch-event
> support is highly encouraged, this fix will already improve the current
> situation.
What would be the protocol for requesting guidance on this? Since as I
menti
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote:
> This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to
> prevent touch events from being used instead of regular mouse events on Linux
> platforms. Note that the touch events will be delivered as mouse
> pressed/dragged ev
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote:
> This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to
> prevent touch events from being used instead of regular mouse events on Linux
> platforms. Note that the touch events will be delivered as mouse
> pressed/dragged ev
On Wed, 7 Apr 2021 08:08:40 GMT, Johan Vos wrote:
>> If anyone would implement touch events, the change would need to be rolled
>> back?
>>
>> If you catch and consume touch events, would it also work?
>>
>> I mean on `GlassApplication.cpp` -> `process_events`:
>>
>> case GDK_TOUCH_BEGIN:
>>
On Tue, 6 Apr 2021 23:32:53 GMT, Thiago Milczarek Sayao
wrote:
> If anyone would implement touch events, the change would need to be rolled
> back?
Yes, *if* touch events would be implemented properly at a native level, this
change will need to be rolled back. This can be a follow-up issue, b
On Mon, 5 Apr 2021 22:25:55 GMT, Kevin Rushforth wrote:
>> This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to
>> prevent touch events from being used instead of regular mouse events on
>> Linux platforms. Note that the touch events will be delivered as mouse
>> pressed/dr
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote:
> This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to
> prevent touch events from being used instead of regular mouse events on Linux
> platforms. Note that the touch events will be delivered as mouse
> pressed/dragged ev