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

Move keyboard handling to separate classes #1850

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

Conversation

CendioOssman
Copy link
Member

Encapsulate all the platform specific magic around keyboard in to specific classes, in order to keep the core code more readable.

We might not always be able to map to an RFB key code, so let's use the
platform specific code to track which keys are pressed.
This is a general thing so move it in to the core library instead,
letting vncviewer focus on just translation of system events to VNC
ones.
Encapsulate all the platform specific magic around keyboard in to
specific classes, in order to keep the core code more readable.
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.

1 participant