コード例 #1
0
 private static extern void glutReshapeFunc(TCALLBACKglutReshapeProc glutReshapeProc);
コード例 #2
0
 // GLUTAPI void APIENTRY glutReshapeFunc(void (GLUTCALLBACK *func)(int width, int height));
 public static void ReshapeFunc(TCALLBACKglutReshapeProc glutReshapeProc)
 {
     glutReshapeFunc(glutReshapeProc);
 }