Skip to content

Only call libinput_event_get_touch_event on touch events#1

Open
Johennes wants to merge 3 commits into
kcxt:caleb/unl0kr-disp-input-fixesfrom
Johennes:johannes/fix-pointer-warning
Open

Only call libinput_event_get_touch_event on touch events#1
Johennes wants to merge 3 commits into
kcxt:caleb/unl0kr-disp-input-fixesfrom
Johennes:johannes/fix-pointer-warning

Conversation

@Johennes

@Johennes Johennes commented Jul 8, 2023

Copy link
Copy Markdown
Collaborator

This fixes the warnings mentioned in lvgl#280 (comment).

kcxt and others added 3 commits June 24, 2023 23:10
This is needed specifically for Qualcomm devices using DRM fbdev
emulation, it is probably useful for other platforms using fbdev
emulation.
Libinput doesn't buffer events, so hook up a dedicated thread per input
device and a small circular queue to buffer input events. This fixes the
dropped input issue so you can type much faster. If there are too many
events, the oldest events in the queue will be dropped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants