Nilesh_ has quit [Quit: Connection closed for inactivity]
Nilesh_ has joined #imx6-dev
dv__ has quit [Remote host closed the connection]
dv_ has joined #imx6-dev
Nilesh_ has quit [Quit: Connection closed for inactivity]
aballier has quit [Read error: Connection reset by peer]
aballier has joined #imx6-dev
paulk-collins has joined #imx6-dev
eduardas_m has joined #imx6-dev
<eduardas_m>
hello, has anyone succeeded in doing qt multitouch gestures on imx6 platform?
<eduardas_m>
I am not exactly sure what the system configuration prerequisites are
<dv_>
IIRC some touchscreens can operate either in "mouse mode" or in "multitouch mode"
<dv_>
check out the kernel config if your touchscreen has such settings
<eduardas_m>
dv_: I am pretty sure it operates in multitouch mode... it even generates Multitouch protocol events viewable via evtest
<eduardas_m>
however slider->setAttribute(Qt::WA_AcceptTouchEvents) is not enough to make these events register with multiple dials in same window when an example qt application is involved