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

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