예제 #1
0
 public static int SDL_GetWMWindowInfo(SDL_Window Sdl2Window, SDL_SysWMinfo *info) => s_getWindowWMInfo(Sdl2Window, info);
예제 #2
0
 public static extern bool GetWindowWMInfo(IntPtr window, SDL_SysWMinfo *info);
예제 #3
0
 public static Boolean SDL_GetWindowWMInfo(IntPtr window, SDL_SysWMinfo *info) => impl.SDL_GetWindowWMInfo(window, info);
 public override sealed Boolean SDL_GetWindowWMInfo(IntPtr window, SDL_SysWMinfo *info) => INTERNAL_SDL_GetWindowWMInfo(window, info);
 private static extern Boolean INTERNAL_SDL_GetWindowWMInfo(IntPtr window, SDL_SysWMinfo *info);
예제 #6
0
 public abstract Boolean SDL_GetWindowWMInfo(IntPtr window, SDL_SysWMinfo *info);