public static void SetWindowRefreshCallback(IntPtr window, WindowRefreshFun cbfun) { currentWindowRefreshFun = cbfun; _SetWindowRefreshCallback(window, currentWindowRefreshFun); }
private static extern void _SetWindowRefreshCallback(IntPtr window, WindowRefreshFun cbfun);