Searched defs:buttonMask (Results 1 – 12 of 12) sorted by relevance
/external/libvncserver/examples/ |
D | vncev.c | 88 static void doptr(int buttonMask,int x,int y,rfbClientPtr cl) in doptr()
|
D | mac.c | 421 PtrAddEvent(buttonMask, x, y, cl) in PtrAddEvent() argument
|
D | zippy.c | 179 void on_mouse_event (int buttonMask,int x,int y,rfbClientPtr cl) in on_mouse_event()
|
D | example.c | 124 static void doptr(int buttonMask,int x,int y,rfbClientPtr cl) in doptr()
|
/external/libvncserver/client_examples/ |
D | gtkvncviewer.c | 106 int i, buttonMask; in button_event() local 123 int i, buttonMask; in motion_notify_event() local
|
D | SDLvncviewer.c | 19 static int enableResizable = 1, viewOnly, listenLoop, buttonMask; variable
|
/external/libvncserver/test/ |
D | cursortest.c | 268 static void doptr(int buttonMask,int x,int y,rfbClientPtr cl) in doptr()
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 364 static void ptrevent(int buttonMask, int x, int y, rfbClientPtr cl) in ptrevent()
|
/external/libvncserver/libvncserver/ |
D | selbox.c | 169 static void selPtrAddEvent(int buttonMask,int x,int y,rfbClientPtr cl) in selPtrAddEvent()
|
D | main.c | 636 rfbDefaultPtrAddEvent(int buttonMask, int x, int y, rfbClientPtr cl) in rfbDefaultPtrAddEvent()
|
/external/libvncserver/libvncclient/ |
D | rfbproto.c | 1682 SendPointerEvent(rfbClient* client,int x, int y, int buttonMask) in SendPointerEvent()
|
/external/libvncserver/rfb/ |
D | rfbproto.h | 1352 uint8_t buttonMask; /* bits 0-7 are buttons 1-8, 0=up, 1=down */ member
|