Exemple #1
0
 public static void SetWindowRefreshCallback(IntPtr window, WindowRefreshFun cbfun)
 {
     currentWindowRefreshFun = cbfun;
     _SetWindowRefreshCallback(window, currentWindowRefreshFun);
 }
Exemple #2
0
 private static extern void _SetWindowRefreshCallback(IntPtr window, WindowRefreshFun cbfun);