onPointerEvent: handle 4, 5 mouse buttons based on INPUT_EVENT_MOUSEX event

This commit is contained in:
Idan Freiberg
2018-08-06 07:37:51 +03:00
parent b8ff4136b6
commit a1f9afa87a
4 changed files with 47 additions and 18 deletions

View File

@@ -129,7 +129,7 @@ class ProxyServer(rdp.RDPServerObserver):
@summary: Event call on mouse event
@param x: {int} x position
@param y: {int} y position
@param button: {int} 1, 2 or 3 button
@param button: {int} 1, 2, 3, 4 or 5 button
@param isPressed: {bool} True if mouse button is pressed
@see: rdp.RDPServerObserver.onPointerEvent
"""