-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Define, implement && document clear input event streams between classes #127
Labels
Comments
Status Quo is as follows: VncCanvasActivitylayout
fields+methods
TouchPointView
VncCanvas
MouseButtonView
PointerInputHandler
|
main problems and possible solutions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance, right now VncCanvas receives pointer events, sends them to PointerInputHandler which processes them and sends them back to VncCanvas which in turn sends them to VNCConn.
Keyboard handling is kinda separate through VncCanvasActivity...
The text was updated successfully, but these errors were encountered: