Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.4
-
None
-
QNX 7 on Intel NUC
-
-
2597e43497aa8a223d65c669f07bd2e8fdf7e1f1
Description
QNX 7 introduced a new event called "Input Control" that allowed app to cancel pointer and/or touch events when it goes background.
http://www.qnx.com/developers/docs/7.0.0/index.html#com.qnx.doc.screen/topic/group__screen__events_1Screen_Event_Types.html#at_21__group__screen__events_1ggaae05225933a42f81e7c4a9fb286596f9afe0a2c7631a263621696bd8c9b115e52
When an app received SCREEN_EVENT_INPUT_CONTROL with SCREEN_INPUT_CONTROL_MTOUCH_STOP, MouseArea being pressed should receive a canceled signal.