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