Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] new notification for input focus change #163

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vnguyentrong
Copy link

No description provided.

The new event overcomes the limitations of 'input_focus' event.
We could provide the following additonal information with the new event:
- the seat whose focus has changed.
- the screen on which the focus change happened. (which is relevant
  only for pointer and touch devices, and set to INVALID_ID for
  keyboard devices)

Increment 'ivi_input' protocol version to 2.

Signed-off-by: Rajendraprasad K J <[email protected]>
Move iviscreen structure definition to header file to make the structure
accessable outside of ivi-controller.

Signed-off-by: Rajendraprasad K J <[email protected]>
Provide 'input_focus_change' events to clients subscribed to ivi_input protocol
version 2.

Signed-off-by: Rajendraprasad K J <[email protected]>

[Move input focus change code in send_input_focus function to the loop]

Signed-off-by: Vinh Nguyen Trong <[email protected]>
Subscribe to version 2 of ivi_input protocol to receive the 'input_focus_change'
event and issue focus change notification.

Implements GRAWPK-479

Signed-off-by: Rajendraprasad K J <[email protected]>
Add support to issue a notification when change of focus surface for touch,
pointer and keyboard input device occur.

Implements GRAWPK-479

Signed-off-by: Rajendraprasad K J <[email protected]>
Alert user when the focus surface of a input device changes.

Signed-off-by: Rajendraprasad K J <[email protected]>
@vnguyentrong vnguyentrong force-pushed the upstream_input_focus_change_noti branch from 8d2bae8 to e1cb7bf Compare August 8, 2023 04:45
@vnguyentrong vnguyentrong changed the title [WIP] Upstream input focus change notification [WIP] new notification for input focus change Aug 10, 2023
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