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

perf(wpf): Replace Reflection with PInovke win32 in WpfKeyboardInputSource #16670

Merged
merged 1 commit into from May 10, 2024

Conversation

lindexi
Copy link
Contributor

@lindexi lindexi commented May 10, 2024

PR Type

What kind of change does this PR introduce?

  • Refactoring

What is the current behavior?

We have to do Reflection on every keyboard event in wpf.

What is the new behavior?

We will call the win32 method the get the scan code.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Reference #14371 (comment) and dotnet/wpf#8473 (comment)

Internal Issue (If applicable):

@github-actions github-actions bot added the area/skia ✏️ Categorizes an issue or PR as relevant to Skia label May 10, 2024
@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-16670/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-16670/index.html

@Youssef1313 Youssef1313 merged commit 3acfcf6 into unoplatform:master May 10, 2024
103 checks passed
@Youssef1313
Copy link
Member

@lindexi Thank you for the contribution!

@lindexi
Copy link
Contributor Author

lindexi commented May 13, 2024

Thank you.

@lindexi lindexi deleted the t/lindexi/GetScanCode branch May 13, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/skia ✏️ Categorizes an issue or PR as relevant to Skia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants