Beispiel #1
0
 public static extern void glutVisibilityFunc(FreeGLUT.Delegates.VisibilityCallback func);
Beispiel #2
0
 public static extern void glutWindowStatusFunc(FreeGLUT.Delegates.WindowStatusCallback func);
Beispiel #3
0
 public static extern void glutTabletMotionFunc(FreeGLUT.Delegates.TabletMotionCallback func);
Beispiel #4
0
 public static extern void glutTimerFunc(int msecs, FreeGLUT.Delegates.TimerCallback func, int val);
Beispiel #5
0
 public static extern void glutIdleFunc(FreeGLUT.Delegates.IdleCallback func);
Beispiel #6
0
 public static extern void glutKeyboardUpFunc(FreeGLUT.Delegates.KeyboardUpCallback func);
Beispiel #7
0
 public static extern int glutCreateMenu(FreeGLUT.Delegates.CreateMenuCallback func);
Beispiel #8
0
 public static extern void glutDisplayFunc(FreeGLUT.Delegates.DisplayCallback func);
Beispiel #9
0
 public static extern void glutPassiveMotionFunc(FreeGLUT.Delegates.PassiveMotionCallback func);
Beispiel #10
0
 public static extern void glutReshapeFunc(FreeGLUT.Delegates.ReshapeCallback func);
Beispiel #11
0
 public static extern void glutMouseWheelFunc(FreeGLUT.Delegates.MouseWheelCallback func);
Beispiel #12
0
 public static extern void glutMenuStatusFunc(FreeGLUT.Delegates.MenuStatusCallback func);
Beispiel #13
0
 public static extern void glutMenuDestroyFunc(FreeGLUT.Delegates.MenuDestroyCallback func);
Beispiel #14
0
 public static extern void glutWMCloseFunc(FreeGLUT.Delegates.WindowCloseCallback func);
Beispiel #15
0
 public static extern void glutSpaceballMotionFunc(FreeGLUT.Delegates.SpaceballMotionCallback func);
Beispiel #16
0
 public static extern void glutDialsFunc(FreeGLUT.Delegates.DialsCallback func);
Beispiel #17
0
 public static extern void glutSpaceballRotateFunc(FreeGLUT.Delegates.SpaceballRotateCallback func);
Beispiel #18
0
 public static extern void glutEntryFunc(FreeGLUT.Delegates.EntryCallback func);
Beispiel #19
0
 public static extern void glutSpecialUpFunc(FreeGLUT.Delegates.SpecialUpCallback func);
Beispiel #20
0
 public static extern void glutButtonBoxFunc(FreeGLUT.Delegates.ButtonBoxCallback func);
Beispiel #21
0
 public static extern void glutJoystickFunc(FreeGLUT.Delegates.JoystickCallback func, int pollInterval);