Ejemplo n.º 1
0
 private static extern void glutTabletButtonFunc(TCALLBACKglutTabletButtonProc glutTabletButtonProc);
Ejemplo n.º 2
0
 // GLUTAPI void APIENTRY glutTabletButtonFunc(void (GLUTCALLBACK *func)(int button, int state, int x, int y));
 public static void TabletButtonFunc(TCALLBACKglutTabletButtonProc glutTabletButtonProc)
 {
     glutTabletButtonFunc(glutTabletButtonProc);
 }