Skip to content

Update IRDKWindowManager.h#745

Open
mounikapalem wants to merge 1 commit intotopic/RDKEMW-13976from
topic/RDKEMW-12322
Open

Update IRDKWindowManager.h#745
mounikapalem wants to merge 1 commit intotopic/RDKEMW-13976from
topic/RDKEMW-12322

Conversation

@mounikapalem
Copy link

No description provided.

@mounikapalem mounikapalem requested a review from a team as a code owner February 24, 2026 07:31
Copilot AI review requested due to automatic review settings February 24, 2026 07:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the RemoveKeyIntercept method signature in the IRDKWindowManager interface, changing it from a single JSON string parameter to three separate parameters (clientId, keyCode, modifiers). This represents a breaking API change that will require updates to all consumers of this interface.

Changes:

  • Modified RemoveKeyIntercept method signature from accepting a single intercept JSON string parameter to accepting three discrete parameters: clientId (string), keyCode (uint32_t), and modifiers (string)
  • Updated method documentation to reflect the new parameter structure

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.

3 participants