예제 #1
0
 public static extern byte rfbProcessEvents(RfbScreenInfoPtr screenInfo, long usec);
예제 #2
0
 public static extern byte rfbIsActive(RfbScreenInfoPtr screenInfo);
예제 #3
0
 public static extern void rfbRunEventLoop(RfbScreenInfoPtr screenInfo, long usec, byte runInBackground);
예제 #4
0
 public static extern void rfbMarkRectAsModified(RfbScreenInfoPtr rfbScreen, int x1, int y1, int x2, int y2);
예제 #5
0
 public static extern void rfbNewFramebuffer(RfbScreenInfoPtr rfbScreen, void *framebuffer, int width, int height, int bitsPerSample, int samplesPerPixel, int bytesPerPixel);
예제 #6
0
 public static extern void rfbInitServerWithPthreadsAndZRLE(RfbScreenInfoPtr rfbScreen);
예제 #7
0
 public static extern void rfbInitServerWithoutPthreadsButWithZRLE(RfbScreenInfoPtr rfbScreen);