SYMBOL INDEX (1122 symbols across 13 files) FILE: Engine/Audio.cs class Engine (line 5) | static partial class Engine method GetFadeTimeMs (line 11) | private static int GetFadeTimeMs(float fadeTime) method PlaySound (line 22) | public static SoundInstance PlaySound(Sound sound, bool repeat = false... method StopSound (line 54) | public static void StopSound(SoundInstance instance, float fadeTime = 0) method PlayMusic (line 69) | public static void PlayMusic(Music music, bool looping = true, float f... method StopMusic (line 78) | public static void StopMusic(float fadeTime = 0) class SoundInstance (line 84) | class SoundInstance FILE: Engine/Content.cs class Engine (line 6) | static partial class Engine method GetAssetPath (line 8) | private static string GetAssetPath(string path) method LoadTexture (line 17) | public static Texture LoadTexture(string path) method LoadResizableTexture (line 41) | public static ResizableTexture LoadResizableTexture(string path, int l... method LoadFont (line 70) | public static Font LoadFont(string path, int pointSize) method LoadSound (line 85) | public static Sound LoadSound(string path) method LoadMusic (line 100) | public static Music LoadMusic(string path) class Texture (line 115) | class Texture method Texture (line 122) | public Texture(IntPtr handle, int width, int height) class ResizableTexture (line 134) | class ResizableTexture method ResizableTexture (line 144) | public ResizableTexture(IntPtr handle, int width, int height, int left... class Font (line 159) | class Font method Font (line 163) | public Font(IntPtr handle) class Sound (line 172) | class Sound method Sound (line 176) | public Sound(IntPtr handle) class Music (line 185) | class Music method Music (line 189) | public Music(IntPtr handle) FILE: Engine/Engine.cs class Engine (line 5) | static partial class Engine method Main (line 17) | private static void Main(string[] args) method Start (line 23) | private static void Start() method Run (line 82) | private static void Run() FILE: Engine/Graphics.cs class Engine (line 5) | static partial class Engine method DrawPrimitiveSetup (line 14) | private static void DrawPrimitiveSetup(Color color) method DrawLine (line 26) | public static void DrawLine(Vector2 start, Vector2 end, Color color) method DrawRectEmpty (line 38) | public static void DrawRectEmpty(Bounds2 bounds, Color color) method DrawRectSolid (line 55) | public static void DrawRectSolid(Bounds2 bounds, Color color) method DrawTextureSetup (line 71) | private static void DrawTextureSetup(IntPtr textureHandle, Color? colo... method DrawTexture (line 93) | public static void DrawTexture(Texture texture, Vector2 position, Colo... method DrawResizableTexture (line 156) | public static void DrawResizableTexture(ResizableTexture texture, Boun... method DrawResizableTextureSegment (line 201) | private static void DrawResizableTextureSegment(ResizableTexture textu... method DrawString (line 237) | public static Bounds2 DrawString(string text, Vector2 position, Color ... method FreeUnusedTextCacheEntries (line 286) | private static void FreeUnusedTextCacheEntries() class TextCacheEntry (line 307) | private class TextCacheEntry method TextCacheEntry (line 312) | public TextCacheEntry(IntPtr handle) type TextAlignment (line 320) | enum TextAlignment type TextureMirror (line 338) | [Flags] type TextureBlendMode (line 362) | enum TextureBlendMode type TextureScaleMode (line 375) | enum TextureScaleMode FILE: Engine/Input.cs class Engine (line 7) | static partial class Engine method PollEvents (line 39) | private static void PollEvents() method SetMouseMode (line 210) | public static void SetMouseMode(MouseMode mode) method GetMouseButtonDown (line 232) | public static bool GetMouseButtonDown(MouseButton button) method GetMouseButtonHeld (line 241) | public static bool GetMouseButtonHeld(MouseButton button) method GetMouseButtonUp (line 250) | public static bool GetMouseButtonUp(MouseButton button) method GetKeyDown (line 264) | public static bool GetKeyDown(Key key, bool allowAutorepeat = false) method GetKeyHeld (line 278) | public static bool GetKeyHeld(Key key) method GetKeyUp (line 287) | public static bool GetKeyUp(Key key) method GetGamepadConnected (line 300) | public static bool GetGamepadConnected(int player) method GetGamepadAxis (line 310) | public static Vector2 GetGamepadAxis(int player, GamepadAxis axis) method GetGamepadButtonDown (line 334) | public static bool GetGamepadButtonDown(int player, GamepadButton button) method GetGamepadButtonHeld (line 352) | public static bool GetGamepadButtonHeld(int player, GamepadButton button) method GetGamepadButtonUp (line 370) | public static bool GetGamepadButtonUp(int player, GamepadButton button) class Gamepad (line 382) | private class Gamepad method Gamepad (line 392) | public Gamepad(IntPtr handle) type Key (line 399) | public enum Key type MouseMode (line 520) | public enum MouseMode type MouseButton (line 538) | public enum MouseButton type GamepadButton (line 545) | public enum GamepadButton type GamepadAxis (line 564) | public enum GamepadAxis FILE: Engine/SDL2/SDL2.cs class SDL (line 38) | public static class SDL method Utf8Size (line 49) | internal static int Utf8Size(string str) method Utf8SizeNullable (line 54) | internal static int Utf8SizeNullable(string str) method Utf8Encode (line 58) | internal static unsafe byte* Utf8Encode(string str, byte* buffer, int ... method Utf8EncodeNullable (line 67) | internal static unsafe byte* Utf8EncodeNullable(string str, byte* buff... method Utf8Encode (line 83) | internal static unsafe byte* Utf8Encode(string str) method Utf8EncodeNullable (line 94) | internal static unsafe byte* Utf8EncodeNullable(string str) method UTF8_ToManaged (line 115) | public static unsafe string UTF8_ToManaged(IntPtr s, bool freePtr = fa... method SDL_FOURCC (line 172) | public static uint SDL_FOURCC(byte A, byte B, byte C, byte D) type SDL_bool (line 177) | public enum SDL_bool method SDL_malloc (line 185) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_free (line 188) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_memcpy (line 196) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_RWops (line 245) | [StructLayout(LayoutKind.Sequential)] method INTERNAL_SDL_RWFromFile (line 264) | [DllImport(nativeLibName, EntryPoint = "SDL_RWFromFile", CallingConven... method SDL_RWFromFile (line 269) | public static unsafe IntPtr SDL_RWFromFile( method SDL_AllocRW (line 285) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeRW (line 289) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWFromFP (line 293) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWFromMem (line 297) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWFromConstMem (line 301) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWsize (line 307) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWseek (line 313) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWtell (line 323) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWread (line 329) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWwrite (line 340) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadU8 (line 350) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadLE16 (line 353) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadBE16 (line 356) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadLE32 (line 359) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadBE32 (line 362) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadLE64 (line 365) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ReadBE64 (line 368) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteU8 (line 373) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteLE16 (line 376) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteBE16 (line 379) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteLE32 (line 382) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteBE32 (line 385) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteLE64 (line 388) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WriteBE64 (line 391) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RWclose (line 397) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LoadFile (line 404) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetMainReady (line 411) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WinRTRunApp (line 418) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UIKitRunApp (line 427) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Init (line 453) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_InitSubSystem (line 456) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Quit (line 459) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_QuitSubSystem (line 462) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WasInit (line 465) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetPlatform (line 472) | [DllImport(nativeLibName, EntryPoint = "SDL_GetPlatform", CallingConve... method SDL_GetPlatform (line 474) | public static string SDL_GetPlatform() type SDL_HintPriority (line 664) | public enum SDL_HintPriority method SDL_ClearHints (line 671) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetHint (line 674) | [DllImport(nativeLibName, EntryPoint = "SDL_GetHint", CallingConventio... method SDL_GetHint (line 676) | public static unsafe string SDL_GetHint(string name) method INTERNAL_SDL_SetHint (line 687) | [DllImport(nativeLibName, EntryPoint = "SDL_SetHint", CallingConventio... method SDL_SetHint (line 692) | public static unsafe SDL_bool SDL_SetHint(string name, string value) method INTERNAL_SDL_SetHintWithPriority (line 706) | [DllImport(nativeLibName, EntryPoint = "SDL_SetHintWithPriority", Call... method SDL_SetHintWithPriority (line 712) | public static unsafe SDL_bool SDL_SetHintWithPriority( method INTERNAL_SDL_GetHintBoolean (line 731) | [DllImport(nativeLibName, EntryPoint = "SDL_GetHintBoolean", CallingCo... method SDL_GetHintBoolean (line 736) | public static unsafe SDL_bool SDL_GetHintBoolean( method SDL_ClearError (line 752) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetError (line 755) | [DllImport(nativeLibName, EntryPoint = "SDL_GetError", CallingConventi... method SDL_GetError (line 757) | public static string SDL_GetError() method INTERNAL_SDL_SetError (line 763) | [DllImport(nativeLibName, EntryPoint = "SDL_SetError", CallingConventi... method SDL_SetError (line 765) | public static unsafe void SDL_SetError(string fmtAndArglist) type SDL_LogCategory (line 778) | public enum SDL_LogCategory type SDL_LogPriority (line 813) | public enum SDL_LogPriority method INTERNAL_SDL_Log (line 834) | [DllImport(nativeLibName, EntryPoint = "SDL_Log", CallingConvention = ... method SDL_Log (line 836) | public static unsafe void SDL_Log(string fmtAndArglist) method INTERNAL_SDL_LogVerbose (line 846) | [DllImport(nativeLibName, EntryPoint = "SDL_LogVerbose", CallingConven... method SDL_LogVerbose (line 851) | public static unsafe void SDL_LogVerbose( method INTERNAL_SDL_LogDebug (line 864) | [DllImport(nativeLibName, EntryPoint = "SDL_LogDebug", CallingConventi... method SDL_LogDebug (line 869) | public static unsafe void SDL_LogDebug( method INTERNAL_SDL_LogInfo (line 882) | [DllImport(nativeLibName, EntryPoint = "SDL_LogInfo", CallingConventio... method SDL_LogInfo (line 887) | public static unsafe void SDL_LogInfo( method INTERNAL_SDL_LogWarn (line 900) | [DllImport(nativeLibName, EntryPoint = "SDL_LogWarn", CallingConventio... method SDL_LogWarn (line 905) | public static unsafe void SDL_LogWarn( method INTERNAL_SDL_LogError (line 918) | [DllImport(nativeLibName, EntryPoint = "SDL_LogError", CallingConventi... method SDL_LogError (line 923) | public static unsafe void SDL_LogError( method INTERNAL_SDL_LogCritical (line 936) | [DllImport(nativeLibName, EntryPoint = "SDL_LogCritical", CallingConve... method SDL_LogCritical (line 941) | public static unsafe void SDL_LogCritical( method INTERNAL_SDL_LogMessage (line 954) | [DllImport(nativeLibName, EntryPoint = "SDL_LogMessage", CallingConven... method SDL_LogMessage (line 960) | public static unsafe void SDL_LogMessage( method INTERNAL_SDL_LogMessageV (line 975) | [DllImport(nativeLibName, EntryPoint = "SDL_LogMessageV", CallingConve... method SDL_LogMessageV (line 981) | public static unsafe void SDL_LogMessageV( method SDL_LogGetPriority (line 995) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LogSetPriority (line 1000) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LogSetAllPriority (line 1006) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LogResetPriorities (line 1011) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LogGetOutputFunction (line 1015) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LogGetOutputFunction (line 1020) | public static void SDL_LogGetOutputFunction( method SDL_LogSetOutputFunction (line 1043) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_MessageBoxFlags (line 1053) | [Flags] type SDL_MessageBoxButtonFlags (line 1061) | [Flags] type INTERNAL_SDL_MessageBoxButtonData (line 1068) | [StructLayout(LayoutKind.Sequential)] type SDL_MessageBoxButtonData (line 1076) | [StructLayout(LayoutKind.Sequential)] type SDL_MessageBoxColor (line 1084) | [StructLayout(LayoutKind.Sequential)] type SDL_MessageBoxColorType (line 1090) | public enum SDL_MessageBoxColorType type SDL_MessageBoxColorScheme (line 1100) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_SDL_MessageBoxData (line 1107) | [StructLayout(LayoutKind.Sequential)] type SDL_MessageBoxData (line 1119) | [StructLayout(LayoutKind.Sequential)] method INTERNAL_SDL_ShowMessageBox (line 1131) | [DllImport(nativeLibName, EntryPoint = "SDL_ShowMessageBox", CallingCo... method INTERNAL_AllocUTF8 (line 1135) | private static IntPtr INTERNAL_AllocUTF8(string str) method SDL_ShowMessageBox (line 1147) | public static unsafe int SDL_ShowMessageBox([In()] ref SDL_MessageBoxD... method INTERNAL_SDL_ShowSimpleMessageBox (line 1194) | [DllImport(nativeLibName, EntryPoint = "SDL_ShowSimpleMessageBox", Cal... method SDL_ShowSimpleMessageBox (line 1201) | public static unsafe int SDL_ShowSimpleMessageBox( type SDL_version (line 1239) | [StructLayout(LayoutKind.Sequential)] method SDL_VERSION (line 1247) | public static void SDL_VERSION(out SDL_version x) method SDL_VERSIONNUM (line 1254) | public static int SDL_VERSIONNUM(int X, int Y, int Z) method SDL_VERSION_ATLEAST (line 1259) | public static bool SDL_VERSION_ATLEAST(int X, int Y, int Z) method SDL_GetVersion (line 1264) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetRevision (line 1267) | [DllImport(nativeLibName, EntryPoint = "SDL_GetRevision", CallingConve... method SDL_GetRevision (line 1269) | public static string SDL_GetRevision() method SDL_GetRevisionNumber (line 1274) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_GLattr (line 1281) | public enum SDL_GLattr type SDL_GLprofile (line 1312) | [Flags] type SDL_GLcontext (line 1320) | [Flags] type SDL_WindowEventID (line 1329) | public enum SDL_WindowEventID : byte type SDL_DisplayEventID (line 1351) | public enum SDL_DisplayEventID : byte type SDL_DisplayOrientation (line 1357) | public enum SDL_DisplayOrientation type SDL_WindowFlags (line 1366) | [Flags] type SDL_HitTestResult (line 1394) | public enum SDL_HitTestResult method SDL_WINDOWPOS_UNDEFINED_DISPLAY (line 1413) | public static int SDL_WINDOWPOS_UNDEFINED_DISPLAY(int X) method SDL_WINDOWPOS_ISUNDEFINED (line 1418) | public static bool SDL_WINDOWPOS_ISUNDEFINED(int X) method SDL_WINDOWPOS_CENTERED_DISPLAY (line 1423) | public static int SDL_WINDOWPOS_CENTERED_DISPLAY(int X) method SDL_WINDOWPOS_ISCENTERED (line 1428) | public static bool SDL_WINDOWPOS_ISCENTERED(int X) type SDL_DisplayMode (line 1433) | [StructLayout(LayoutKind.Sequential)] method INTERNAL_SDL_CreateWindow (line 1450) | [DllImport(nativeLibName, EntryPoint = "SDL_CreateWindow", CallingConv... method SDL_CreateWindow (line 1459) | public static unsafe IntPtr SDL_CreateWindow( method SDL_CreateWindowAndRenderer (line 1477) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateWindowFrom (line 1487) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DestroyWindow (line 1491) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DisableScreenSaver (line 1494) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_EnableScreenSaver (line 1497) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetClosestDisplayMode (line 1501) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetCurrentDisplayMode (line 1508) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetCurrentVideoDriver (line 1514) | [DllImport(nativeLibName, EntryPoint = "SDL_GetCurrentVideoDriver", Ca... method SDL_GetCurrentVideoDriver (line 1516) | public static string SDL_GetCurrentVideoDriver() method SDL_GetDesktopDisplayMode (line 1521) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetDisplayName (line 1527) | [DllImport(nativeLibName, EntryPoint = "SDL_GetDisplayName", CallingCo... method SDL_GetDisplayName (line 1529) | public static string SDL_GetDisplayName(int index) method SDL_GetDisplayBounds (line 1534) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetDisplayDPI (line 1541) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetDisplayOrientation (line 1550) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetDisplayMode (line 1555) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetDisplayUsableBounds (line 1563) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumDisplayModes (line 1569) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumVideoDisplays (line 1574) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumVideoDrivers (line 1577) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetVideoDriver (line 1580) | [DllImport(nativeLibName, EntryPoint = "SDL_GetVideoDriver", CallingCo... method SDL_GetVideoDriver (line 1584) | public static string SDL_GetVideoDriver(int index) method SDL_GetWindowBrightness (line 1590) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowOpacity (line 1598) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowOpacity (line 1607) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowModalFor (line 1616) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowInputFocus (line 1625) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetWindowData (line 1629) | [DllImport(nativeLibName, EntryPoint = "SDL_GetWindowData", CallingCon... method SDL_GetWindowData (line 1634) | public static unsafe IntPtr SDL_GetWindowData( method SDL_GetWindowDisplayIndex (line 1647) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowDisplayMode (line 1653) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowFlags (line 1660) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowFromID (line 1664) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowGammaRamp (line 1668) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowGrab (line 1680) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowID (line 1684) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowPixelFormat (line 1688) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowMaximumSize (line 1694) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowMinimumSize (line 1702) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowPosition (line 1710) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowSize (line 1718) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowSurface (line 1726) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetWindowTitle (line 1730) | [DllImport(nativeLibName, EntryPoint = "SDL_GetWindowTitle", CallingCo... method SDL_GetWindowTitle (line 1734) | public static string SDL_GetWindowTitle(IntPtr window) method SDL_GL_BindTexture (line 1742) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_CreateContext (line 1750) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_DeleteContext (line 1754) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GL_LoadLibrary (line 1757) | [DllImport(nativeLibName, EntryPoint = "SDL_GL_LoadLibrary", CallingCo... method SDL_GL_LoadLibrary (line 1759) | public static unsafe int SDL_GL_LoadLibrary(string path) method SDL_GL_GetProcAddress (line 1770) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetProcAddress (line 1774) | public static unsafe IntPtr SDL_GL_GetProcAddress(string proc) method SDL_GL_UnloadLibrary (line 1783) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GL_ExtensionSupported (line 1786) | [DllImport(nativeLibName, EntryPoint = "SDL_GL_ExtensionSupported", Ca... method SDL_GL_ExtensionSupported (line 1790) | public static unsafe SDL_bool SDL_GL_ExtensionSupported(string extension) method SDL_GL_ResetAttributes (line 1800) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetAttribute (line 1803) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetSwapInterval (line 1809) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_MakeCurrent (line 1813) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetCurrentWindow (line 1820) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetCurrentContext (line 1824) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_GetDrawableSize (line 1830) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_SetAttribute (line 1837) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_SetAttribute (line 1843) | public static int SDL_GL_SetAttribute( method SDL_GL_SetSwapInterval (line 1850) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_SwapWindow (line 1854) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GL_UnbindTexture (line 1858) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HideWindow (line 1862) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsScreenSaverEnabled (line 1865) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MaximizeWindow (line 1869) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MinimizeWindow (line 1873) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RaiseWindow (line 1877) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RestoreWindow (line 1881) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowBrightness (line 1885) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_SetWindowData (line 1892) | [DllImport(nativeLibName, EntryPoint = "SDL_SetWindowData", CallingCon... method SDL_SetWindowData (line 1898) | public static unsafe IntPtr SDL_SetWindowData( method SDL_SetWindowDisplayMode (line 1913) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowFullscreen (line 1920) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowGammaRamp (line 1927) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowGrab (line 1939) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowIcon (line 1946) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowMaximumSize (line 1953) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowMinimumSize (line 1961) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowPosition (line 1969) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowSize (line 1977) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowBordered (line 1985) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetWindowBordersSize (line 1992) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowResizable (line 2004) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_SetWindowTitle (line 2011) | [DllImport(nativeLibName, EntryPoint = "SDL_SetWindowTitle", CallingCo... method SDL_SetWindowTitle (line 2016) | public static unsafe void SDL_SetWindowTitle( method SDL_ShowWindow (line 2029) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpdateWindowSurface (line 2033) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpdateWindowSurfaceRects (line 2037) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_VideoInit (line 2044) | [DllImport(nativeLibName, EntryPoint = "SDL_VideoInit", CallingConvent... method SDL_VideoInit (line 2048) | public static unsafe int SDL_VideoInit(string driver_name) method SDL_VideoQuit (line 2057) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowHitTest (line 2063) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetGrabbedWindow (line 2073) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_BlendMode (line 2080) | [Flags] type SDL_BlendOperation (line 2091) | public enum SDL_BlendOperation type SDL_BlendFactor (line 2100) | public enum SDL_BlendFactor method SDL_ComposeCustomBlendMode (line 2115) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_Vulkan_LoadLibrary (line 2130) | [DllImport(nativeLibName, EntryPoint = "SDL_Vulkan_LoadLibrary", Calli... method SDL_Vulkan_LoadLibrary (line 2134) | public static unsafe int SDL_Vulkan_LoadLibrary(string path) method SDL_Vulkan_GetVkGetInstanceProcAddr (line 2145) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Vulkan_UnloadLibrary (line 2149) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Vulkan_GetInstanceExtensions (line 2155) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Vulkan_CreateSurface (line 2167) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Vulkan_GetDrawableSize (line 2177) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Metal_CreateView (line 2189) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Metal_DestroyView (line 2195) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_RendererFlags (line 2204) | [Flags] type SDL_RendererFlip (line 2213) | [Flags] type SDL_TextureAccess (line 2221) | public enum SDL_TextureAccess type SDL_TextureModulate (line 2228) | [Flags] type SDL_RendererInfo (line 2236) | [StructLayout(LayoutKind.Sequential)] type SDL_ScaleMode (line 2248) | public enum SDL_ScaleMode method SDL_CreateRenderer (line 2256) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateSoftwareRenderer (line 2264) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateTexture (line 2268) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateTextureFromSurface (line 2281) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DestroyRenderer (line 2288) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DestroyTexture (line 2292) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumRenderDrivers (line 2295) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRenderDrawBlendMode (line 2299) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetTextureScaleMode (line 2308) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTextureScaleMode (line 2317) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRenderDrawColor (line 2324) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRenderDriverInfo (line 2333) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRenderer (line 2340) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRendererInfo (line 2344) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRendererOutputSize (line 2351) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTextureAlphaMod (line 2359) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTextureBlendMode (line 2366) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTextureColorMod (line 2373) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockTexture (line 2382) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockTexture (line 2395) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockTextureToSurface (line 2406) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockTextureToSurface (line 2419) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_QueryTexture (line 2427) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderClear (line 2437) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopy (line 2441) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopy (line 2454) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopy (line 2467) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopy (line 2480) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2489) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2505) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2521) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2537) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2554) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2571) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2588) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2605) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawLine (line 2617) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawLines (line 2627) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawPoint (line 2635) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawPoints (line 2643) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRect (line 2651) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRect (line 2660) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRects (line 2667) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRect (line 2675) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRect (line 2684) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRects (line 2691) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyF (line 2703) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyF (line 2716) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyF (line 2729) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyF (line 2742) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2751) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyEx (line 2767) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2783) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2799) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2816) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2833) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2850) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderCopyExF (line 2867) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawPointF (line 2879) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawPointsF (line 2887) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawLineF (line 2895) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawLinesF (line 2905) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRectF (line 2913) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRectF (line 2922) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderDrawRectsF (line 2929) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRectF (line 2937) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRectF (line 2946) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFillRectsF (line 2953) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetClipRect (line 2963) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetLogicalSize (line 2970) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetScale (line 2978) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetViewport (line 2986) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderPresent (line 2993) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderReadPixels (line 2997) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetClipRect (line 3007) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetClipRect (line 3016) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetLogicalSize (line 3023) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetScale (line 3031) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetIntegerScale (line 3041) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderSetViewport (line 3048) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetRenderDrawBlendMode (line 3055) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetRenderDrawColor (line 3062) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetRenderTarget (line 3072) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetTextureAlphaMod (line 3079) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetTextureBlendMode (line 3086) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetTextureColorMod (line 3093) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UnlockTexture (line 3102) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpdateTexture (line 3106) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpdateTexture (line 3115) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpdateYUVTexture (line 3126) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderTargetSupported (line 3139) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRenderTarget (line 3145) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetMetalLayer (line 3151) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderGetMetalCommandEncoder (line 3159) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderIsClipEnabled (line 3167) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RenderFlush (line 3173) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DEFINE_PIXELFOURCC (line 3180) | public static uint SDL_DEFINE_PIXELFOURCC(byte A, byte B, byte C, byte D) method SDL_DEFINE_PIXELFORMAT (line 3185) | public static uint SDL_DEFINE_PIXELFORMAT( method SDL_PIXELFLAG (line 3202) | public static byte SDL_PIXELFLAG(uint X) method SDL_PIXELTYPE (line 3207) | public static byte SDL_PIXELTYPE(uint X) method SDL_PIXELORDER (line 3212) | public static byte SDL_PIXELORDER(uint X) method SDL_PIXELLAYOUT (line 3217) | public static byte SDL_PIXELLAYOUT(uint X) method SDL_BITSPERPIXEL (line 3222) | public static byte SDL_BITSPERPIXEL(uint X) method SDL_BYTESPERPIXEL (line 3227) | public static byte SDL_BYTESPERPIXEL(uint X) method SDL_ISPIXELFORMAT_INDEXED (line 3242) | public static bool SDL_ISPIXELFORMAT_INDEXED(uint format) method SDL_ISPIXELFORMAT_PACKED (line 3257) | public static bool SDL_ISPIXELFORMAT_PACKED(uint format) method SDL_ISPIXELFORMAT_ARRAY (line 3272) | public static bool SDL_ISPIXELFORMAT_ARRAY(uint format) method SDL_ISPIXELFORMAT_ALPHA (line 3289) | public static bool SDL_ISPIXELFORMAT_ALPHA(uint format) method SDL_ISPIXELFORMAT_FOURCC (line 3316) | public static bool SDL_ISPIXELFORMAT_FOURCC(uint format) type SDL_PixelType (line 3321) | public enum SDL_PixelType type SDL_BitmapOrder (line 3337) | public enum SDL_BitmapOrder type SDL_PackedOrder (line 3344) | public enum SDL_PackedOrder type SDL_ArrayOrder (line 3357) | public enum SDL_ArrayOrder type SDL_PackedLayout (line 3368) | public enum SDL_PackedLayout type SDL_Color (line 3620) | [StructLayout(LayoutKind.Sequential)] type SDL_Palette (line 3629) | [StructLayout(LayoutKind.Sequential)] type SDL_PixelFormat (line 3638) | [StructLayout(LayoutKind.Sequential)] method SDL_AllocFormat (line 3662) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AllocPalette (line 3666) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CalculateGammaRamp (line 3669) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeFormat (line 3677) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreePalette (line 3681) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetPixelFormatName (line 3684) | [DllImport(nativeLibName, EntryPoint = "SDL_GetPixelFormatName", Calli... method SDL_GetPixelFormatName (line 3688) | public static string SDL_GetPixelFormatName(uint format) method SDL_GetRGB (line 3696) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRGBA (line 3706) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MapRGB (line 3717) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MapRGBA (line 3726) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MasksToPixelFormatEnum (line 3735) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_PixelFormatEnumToMasks (line 3744) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetPaletteColors (line 3755) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetPixelFormatPalette (line 3764) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_Point (line 3774) | [StructLayout(LayoutKind.Sequential)] type SDL_Rect (line 3781) | [StructLayout(LayoutKind.Sequential)] type SDL_FPoint (line 3791) | [StructLayout(LayoutKind.Sequential)] type SDL_FRect (line 3799) | [StructLayout(LayoutKind.Sequential)] method SDL_PointInRect (line 3809) | public static SDL_bool SDL_PointInRect(ref SDL_Point p, ref SDL_Rect r) method SDL_EnclosePoints (line 3819) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasIntersection (line 3827) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IntersectRect (line 3833) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IntersectRectAndLine (line 3840) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RectEmpty (line 3849) | public static SDL_bool SDL_RectEmpty(ref SDL_Rect r) method SDL_RectEquals (line 3856) | public static SDL_bool SDL_RectEquals( method SDL_UnionRect (line 3868) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_Surface (line 3884) | [StructLayout(LayoutKind.Sequential)] method SDL_MUSTLOCK (line 3902) | public static bool SDL_MUSTLOCK(IntPtr surface) method SDL_BlitSurface (line 3913) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlit", CallingConvent... method SDL_BlitSurface (line 3926) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlit", CallingConvent... method SDL_BlitSurface (line 3939) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlit", CallingConvent... method SDL_BlitSurface (line 3952) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlit", CallingConvent... method SDL_BlitScaled (line 3961) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlitScaled", CallingC... method SDL_BlitScaled (line 3974) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlitScaled", CallingC... method SDL_BlitScaled (line 3987) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlitScaled", CallingC... method SDL_BlitScaled (line 4000) | [DllImport(nativeLibName, EntryPoint = "SDL_UpperBlitScaled", CallingC... method SDL_ConvertPixels (line 4009) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ConvertSurface (line 4025) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ConvertSurfaceFormat (line 4033) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateRGBSurface (line 4041) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateRGBSurfaceFrom (line 4054) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateRGBSurfaceWithFormat (line 4070) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateRGBSurfaceWithFormatFrom (line 4082) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FillRect (line 4093) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FillRect (line 4103) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FillRects (line 4111) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeSurface (line 4120) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetClipRect (line 4124) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasColorKey (line 4133) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetColorKey (line 4137) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetSurfaceAlphaMod (line 4144) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetSurfaceBlendMode (line 4151) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetSurfaceColorMod (line 4158) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_LoadBMP_RW (line 4169) | [DllImport(nativeLibName, EntryPoint = "SDL_LoadBMP_RW", CallingConven... method SDL_LoadBMP (line 4174) | public static IntPtr SDL_LoadBMP(string file) method SDL_LockSurface (line 4181) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LowerBlit (line 4185) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LowerBlitScaled (line 4194) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_SaveBMP_RW (line 4205) | [DllImport(nativeLibName, EntryPoint = "SDL_SaveBMP_RW", CallingConven... method SDL_SaveBMP (line 4211) | public static int SDL_SaveBMP(IntPtr surface, string file) method SDL_SetClipRect (line 4218) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetColorKey (line 4225) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetSurfaceAlphaMod (line 4233) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetSurfaceBlendMode (line 4240) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetSurfaceColorMod (line 4247) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetSurfacePalette (line 4256) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetSurfaceRLE (line 4263) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SoftStretch (line 4270) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UnlockSurface (line 4279) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpperBlit (line 4283) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UpperBlitScaled (line 4292) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DuplicateSurface (line 4301) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasClipboardText (line 4308) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetClipboardText (line 4311) | [DllImport(nativeLibName, EntryPoint = "SDL_GetClipboardText", Calling... method SDL_GetClipboardText (line 4313) | public static string SDL_GetClipboardText() method INTERNAL_SDL_SetClipboardText (line 4318) | [DllImport(nativeLibName, EntryPoint = "SDL_SetClipboardText", Calling... method SDL_SetClipboardText (line 4322) | public static unsafe int SDL_SetClipboardText( type SDL_EventType (line 4346) | public enum SDL_EventType : uint type SDL_MouseWheelDirection (line 4445) | public enum SDL_MouseWheelDirection : uint type SDL_GenericEvent (line 4452) | [StructLayout(LayoutKind.Sequential)] type SDL_DisplayEvent (line 4461) | [StructLayout(LayoutKind.Sequential)] type SDL_WindowEvent (line 4478) | [StructLayout(LayoutKind.Sequential)] type SDL_KeyboardEvent (line 4496) | [StructLayout(LayoutKind.Sequential)] type SDL_TextEditingEvent (line 4510) | [StructLayout(LayoutKind.Sequential)] type SDL_TextInputEvent (line 4521) | [StructLayout(LayoutKind.Sequential)] type SDL_MouseMotionEvent (line 4533) | [StructLayout(LayoutKind.Sequential)] type SDL_MouseButtonEvent (line 4554) | [StructLayout(LayoutKind.Sequential)] type SDL_MouseWheelEvent (line 4571) | [StructLayout(LayoutKind.Sequential)] type SDL_JoyAxisEvent (line 4586) | [StructLayout(LayoutKind.Sequential)] type SDL_JoyBallEvent (line 4604) | [StructLayout(LayoutKind.Sequential)] type SDL_JoyHatEvent (line 4622) | [StructLayout(LayoutKind.Sequential)] type SDL_JoyButtonEvent (line 4638) | [StructLayout(LayoutKind.Sequential)] type SDL_JoyDeviceEvent (line 4652) | [StructLayout(LayoutKind.Sequential)] type SDL_ControllerAxisEvent (line 4663) | [StructLayout(LayoutKind.Sequential)] type SDL_ControllerButtonEvent (line 4681) | [StructLayout(LayoutKind.Sequential)] type SDL_ControllerDeviceEvent (line 4695) | [StructLayout(LayoutKind.Sequential)] type SDL_AudioDeviceEvent (line 4708) | [StructLayout(LayoutKind.Sequential)] type SDL_TouchFingerEvent (line 4721) | [StructLayout(LayoutKind.Sequential)] type SDL_MultiGestureEvent (line 4736) | [StructLayout(LayoutKind.Sequential)] type SDL_DollarGestureEvent (line 4750) | [StructLayout(LayoutKind.Sequential)] type SDL_DropEvent (line 4766) | [StructLayout(LayoutKind.Sequential)] type SDL_SensorEvent (line 4780) | [StructLayout(LayoutKind.Sequential)] type SDL_QuitEvent (line 4790) | [StructLayout(LayoutKind.Sequential)] type SDL_UserEvent (line 4798) | [StructLayout(LayoutKind.Sequential)] type SDL_SysWMEvent (line 4810) | [StructLayout(LayoutKind.Sequential)] type SDL_Event (line 4820) | [StructLayout(LayoutKind.Explicit)] method SDL_PumpEvents (line 4888) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_eventaction (line 4891) | public enum SDL_eventaction method SDL_PeepEvents (line 4898) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasEvent (line 4908) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasEvents (line 4911) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FlushEvent (line 4918) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FlushEvents (line 4921) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_PollEvent (line 4928) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WaitEvent (line 4932) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WaitEventTimeout (line 4937) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_PushEvent (line 4941) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetEventFilter (line 4945) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetEventFilter (line 4952) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetEventFilter (line 4957) | public static SDL_bool SDL_GetEventFilter( method SDL_AddEventWatch (line 4978) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DelEventWatch (line 4985) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FilterEvents (line 4992) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_EventState (line 5005) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetEventState (line 5009) | public static byte SDL_GetEventState(SDL_EventType type) method SDL_RegisterEvents (line 5015) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_Scancode (line 5022) | public enum SDL_Scancode method SDL_SCANCODE_TO_KEYCODE (line 5303) | public static SDL_Keycode SDL_SCANCODE_TO_KEYCODE(SDL_Scancode X) type SDL_Keycode (line 5308) | public enum SDL_Keycode type SDL_Keymod (line 5581) | [Flags] type SDL_Keysym (line 5609) | [StructLayout(LayoutKind.Sequential)] method SDL_GetKeyboardFocus (line 5620) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetKeyboardState (line 5626) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetModState (line 5630) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetModState (line 5634) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetKeyFromScancode (line 5640) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetScancodeFromKey (line 5644) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetScancodeName (line 5648) | [DllImport(nativeLibName, EntryPoint = "SDL_GetScancodeName", CallingC... method SDL_GetScancodeName (line 5650) | public static string SDL_GetScancodeName(SDL_Scancode scancode) method INTERNAL_SDL_GetScancodeFromName (line 5658) | [DllImport(nativeLibName, EntryPoint = "SDL_GetScancodeFromName", Call... method SDL_GetScancodeFromName (line 5662) | public static unsafe SDL_Scancode SDL_GetScancodeFromName(string name) method INTERNAL_SDL_GetKeyName (line 5672) | [DllImport(nativeLibName, EntryPoint = "SDL_GetKeyName", CallingConven... method SDL_GetKeyName (line 5674) | public static string SDL_GetKeyName(SDL_Keycode key) method INTERNAL_SDL_GetKeyFromName (line 5680) | [DllImport(nativeLibName, EntryPoint = "SDL_GetKeyFromName", CallingCo... method SDL_GetKeyFromName (line 5684) | public static unsafe SDL_Keycode SDL_GetKeyFromName(string name) method SDL_StartTextInput (line 5694) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsTextInputActive (line 5698) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_StopTextInput (line 5702) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetTextInputRect (line 5706) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasScreenKeyboardSupport (line 5710) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsScreenKeyboardShown (line 5715) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_SystemCursor (line 5727) | public enum SDL_SystemCursor method SDL_GetMouseFocus (line 5746) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetMouseState (line 5750) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetMouseState (line 5755) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetMouseState (line 5760) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetMouseState (line 5765) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetGlobalMouseState (line 5771) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetGlobalMouseState (line 5778) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetGlobalMouseState (line 5785) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetGlobalMouseState (line 5792) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRelativeMouseState (line 5796) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WarpMouseInWindow (line 5801) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_WarpMouseGlobal (line 5807) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetRelativeMouseMode (line 5811) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CaptureMouse (line 5817) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetRelativeMouseMode (line 5821) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateCursor (line 5828) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateColorCursor (line 5841) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CreateSystemCursor (line 5851) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetCursor (line 5857) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetCursor (line 5863) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeCursor (line 5869) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ShowCursor (line 5873) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_BUTTON (line 5876) | public static uint SDL_BUTTON(uint X) type SDL_Finger (line 5899) | public struct SDL_Finger type SDL_TouchDeviceType (line 5908) | public enum SDL_TouchDeviceType method SDL_GetNumTouchDevices (line 5919) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTouchDevice (line 5925) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumTouchFingers (line 5931) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTouchFinger (line 5938) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTouchDeviceType (line 5942) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_JoystickPowerLevel (line 5959) | public enum SDL_JoystickPowerLevel type SDL_JoystickType (line 5970) | public enum SDL_JoystickType method SDL_JoystickRumble (line 5986) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickClose (line 5995) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickEventState (line 5998) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetAxis (line 6002) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetAxisInitialState (line 6011) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetBall (line 6019) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetButton (line 6028) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetHat (line 6035) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_JoystickName (line 6042) | [DllImport(nativeLibName, EntryPoint = "SDL_JoystickName", CallingConv... method SDL_JoystickName (line 6046) | public static string SDL_JoystickName(IntPtr joystick) method INTERNAL_SDL_JoystickNameForIndex (line 6053) | [DllImport(nativeLibName, EntryPoint = "SDL_JoystickNameForIndex", Cal... method SDL_JoystickNameForIndex (line 6057) | public static string SDL_JoystickNameForIndex(int device_index) method SDL_JoystickNumAxes (line 6065) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickNumBalls (line 6069) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickNumButtons (line 6073) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickNumHats (line 6077) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickOpen (line 6081) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickUpdate (line 6085) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_NumJoysticks (line 6089) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetDeviceGUID (line 6092) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetGUID (line 6098) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetGUIDString (line 6103) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_JoystickGetGUIDFromString (line 6110) | [DllImport(nativeLibName, EntryPoint = "SDL_JoystickGetGUIDFromString"... method SDL_JoystickGetGUIDFromString (line 6114) | public static unsafe Guid SDL_JoystickGetGUIDFromString(string pchGuid) method SDL_JoystickGetDeviceVendor (line 6124) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetDeviceProduct (line 6128) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetDeviceProductVersion (line 6132) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetDeviceType (line 6136) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetDeviceInstanceID (line 6142) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetVendor (line 6148) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetProduct (line 6154) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetProductVersion (line 6160) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetType (line 6166) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickGetAttached (line 6170) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickInstanceID (line 6174) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickCurrentPowerLevel (line 6180) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickFromInstanceID (line 6188) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockJoysticks (line 6192) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UnlockJoysticks (line 6196) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickFromPlayerIndex (line 6202) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickSetPlayerIndex (line 6208) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_GameControllerBindType (line 6218) | public enum SDL_GameControllerBindType type SDL_GameControllerAxis (line 6226) | public enum SDL_GameControllerAxis type SDL_GameControllerButton (line 6238) | public enum SDL_GameControllerButton type SDL_GameControllerType (line 6259) | public enum SDL_GameControllerType type INTERNAL_GameControllerButtonBind_hat (line 6270) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_GameControllerButtonBind_union (line 6278) | [StructLayout(LayoutKind.Explicit)] type SDL_GameControllerButtonBind (line 6289) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_SDL_GameControllerButtonBind (line 6297) | [StructLayout(LayoutKind.Sequential)] method INTERNAL_SDL_GameControllerAddMapping (line 6306) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerAddMapping",... method SDL_GameControllerAddMapping (line 6310) | public static unsafe int SDL_GameControllerAddMapping( method SDL_GameControllerNumMappings (line 6322) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GameControllerMappingForIndex (line 6326) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerMappingForIn... method SDL_GameControllerMappingForIndex (line 6328) | public static string SDL_GameControllerMappingForIndex(int mapping_index) method INTERNAL_SDL_GameControllerAddMappingsFromRW (line 6338) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerAddMappingsF... method SDL_GameControllerAddMappingsFromFile (line 6343) | public static int SDL_GameControllerAddMappingsFromFile(string file) method INTERNAL_SDL_GameControllerMappingForGUID (line 6349) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerMappingForGU... method SDL_GameControllerMappingForGUID (line 6353) | public static string SDL_GameControllerMappingForGUID(Guid guid) method INTERNAL_SDL_GameControllerMapping (line 6361) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerMapping", Ca... method SDL_GameControllerMapping (line 6365) | public static string SDL_GameControllerMapping( method SDL_IsGameController (line 6375) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GameControllerNameForIndex (line 6378) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerNameForIndex... method SDL_GameControllerNameForIndex (line 6382) | public static string SDL_GameControllerNameForIndex( method INTERNAL_SDL_GameControllerMappingForDeviceIndex (line 6391) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerMappingForDe... method SDL_GameControllerMappingForDeviceIndex (line 6395) | public static string SDL_GameControllerMappingForDeviceIndex( method SDL_GameControllerOpen (line 6404) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GameControllerName (line 6408) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerName", Calli... method SDL_GameControllerName (line 6412) | public static string SDL_GameControllerName( method SDL_GameControllerGetVendor (line 6423) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerGetProduct (line 6431) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerGetProductVersion (line 6439) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerGetAttached (line 6445) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerGetJoystick (line 6453) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerEventState (line 6458) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerUpdate (line 6461) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GameControllerGetAxisFromString (line 6464) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetAxisFromS... method SDL_GameControllerGetAxisFromString (line 6468) | public static unsafe SDL_GameControllerAxis SDL_GameControllerGetAxisF... method INTERNAL_SDL_GameControllerGetStringForAxis (line 6478) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetStringFor... method SDL_GameControllerGetStringForAxis (line 6482) | public static string SDL_GameControllerGetStringForAxis( method INTERNAL_SDL_GameControllerGetBindForAxis (line 6493) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetBindForAx... method SDL_GameControllerGetBindForAxis (line 6498) | public static SDL_GameControllerButtonBind SDL_GameControllerGetBindFo... method SDL_GameControllerGetAxis (line 6515) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GameControllerGetButtonFromString (line 6521) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetButtonFro... method SDL_GameControllerGetButtonFromString (line 6525) | public static unsafe SDL_GameControllerButton SDL_GameControllerGetBut... method INTERNAL_SDL_GameControllerGetStringForButton (line 6535) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetStringFor... method SDL_GameControllerGetStringForButton (line 6539) | public static string SDL_GameControllerGetStringForButton( method INTERNAL_SDL_GameControllerGetBindForButton (line 6548) | [DllImport(nativeLibName, EntryPoint = "SDL_GameControllerGetBindForBu... method SDL_GameControllerGetBindForButton (line 6553) | public static SDL_GameControllerButtonBind SDL_GameControllerGetBindFo... method SDL_GameControllerGetButton (line 6570) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerRumble (line 6579) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerClose (line 6588) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerFromInstanceID (line 6596) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerTypeForIndex (line 6600) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerGetType (line 6608) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerFromPlayerIndex (line 6616) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GameControllerSetPlayerIndex (line 6624) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_HapticDirection (line 6659) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticConstant (line 6666) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticPeriodic (line 6687) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticCondition (line 6711) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticRamp (line 6732) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticLeftRight (line 6754) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticCustom (line 6766) | [StructLayout(LayoutKind.Sequential)] type SDL_HapticEffect (line 6790) | [StructLayout(LayoutKind.Explicit)] method SDL_HapticClose (line 6810) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticDestroyEffect (line 6814) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticEffectSupported (line 6821) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticGetEffectStatus (line 6828) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticIndex (line 6835) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_HapticName (line 6839) | [DllImport(nativeLibName, EntryPoint = "SDL_HapticName", CallingConven... method SDL_HapticName (line 6841) | public static string SDL_HapticName(int device_index) method SDL_HapticNewEffect (line 6847) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticNumAxes (line 6854) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticNumEffects (line 6858) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticNumEffectsPlaying (line 6862) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticOpen (line 6866) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticOpened (line 6869) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticOpenFromJoystick (line 6873) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticOpenFromMouse (line 6879) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticPause (line 6883) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticQuery (line 6887) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticRumbleInit (line 6891) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticRumblePlay (line 6895) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticRumbleStop (line 6903) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticRumbleSupported (line 6907) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticRunEffect (line 6911) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticSetAutocenter (line 6919) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticSetGain (line 6926) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticStopAll (line 6933) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticStopEffect (line 6937) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticUnpause (line 6944) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HapticUpdateEffect (line 6948) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_JoystickIsHaptic (line 6956) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MouseIsHaptic (line 6959) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_NumHaptics (line 6962) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_SensorType (line 6971) | public enum SDL_SensorType method SDL_NumSensors (line 6981) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_SensorGetDeviceName (line 6984) | [DllImport(nativeLibName, EntryPoint = "SDL_SensorGetDeviceName", Call... method SDL_SensorGetDeviceName (line 6986) | public static string SDL_SensorGetDeviceName(int device_index) method SDL_SensorGetDeviceType (line 6991) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorGetDeviceNonPortableType (line 6994) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorGetDeviceInstanceID (line 6997) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorOpen (line 7001) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorFromInstanceID (line 7005) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_SensorGetName (line 7011) | [DllImport(nativeLibName, EntryPoint = "SDL_SensorGetName", CallingCon... method SDL_SensorGetName (line 7013) | public static string SDL_SensorGetName(IntPtr sensor) method SDL_SensorGetType (line 7019) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorGetNonPortableType (line 7023) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorGetInstanceID (line 7027) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorGetData (line 7031) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorClose (line 7039) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SensorUpdate (line 7042) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AUDIO_BITSIZE (line 7054) | public static ushort SDL_AUDIO_BITSIZE(ushort x) method SDL_AUDIO_ISFLOAT (line 7059) | public static bool SDL_AUDIO_ISFLOAT(ushort x) method SDL_AUDIO_ISBIGENDIAN (line 7064) | public static bool SDL_AUDIO_ISBIGENDIAN(ushort x) method SDL_AUDIO_ISSIGNED (line 7069) | public static bool SDL_AUDIO_ISSIGNED(ushort x) method SDL_AUDIO_ISINT (line 7074) | public static bool SDL_AUDIO_ISINT(ushort x) method SDL_AUDIO_ISLITTLEENDIAN (line 7079) | public static bool SDL_AUDIO_ISLITTLEENDIAN(ushort x) method SDL_AUDIO_ISUNSIGNED (line 7084) | public static bool SDL_AUDIO_ISUNSIGNED(ushort x) type SDL_AudioStatus (line 7126) | public enum SDL_AudioStatus type SDL_AudioSpec (line 7133) | [StructLayout(LayoutKind.Sequential)] method INTERNAL_SDL_AudioInit (line 7154) | [DllImport(nativeLibName, EntryPoint = "SDL_AudioInit", CallingConvent... method SDL_AudioInit (line 7158) | public static unsafe int SDL_AudioInit(string driver_name) method SDL_AudioQuit (line 7167) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CloseAudio (line 7170) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_CloseAudioDevice (line 7174) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeWAV (line 7178) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetAudioDeviceName (line 7181) | [DllImport(nativeLibName, EntryPoint = "SDL_GetAudioDeviceName", Calli... method SDL_GetAudioDeviceName (line 7186) | public static string SDL_GetAudioDeviceName( method SDL_GetAudioDeviceStatus (line 7196) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetAudioDriver (line 7201) | [DllImport(nativeLibName, EntryPoint = "SDL_GetAudioDriver", CallingCo... method SDL_GetAudioDriver (line 7203) | public static string SDL_GetAudioDriver(int index) method SDL_GetAudioStatus (line 7210) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetCurrentAudioDriver (line 7213) | [DllImport(nativeLibName, EntryPoint = "SDL_GetCurrentAudioDriver", Ca... method SDL_GetCurrentAudioDriver (line 7215) | public static string SDL_GetCurrentAudioDriver() method SDL_GetNumAudioDevices (line 7220) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetNumAudioDrivers (line 7223) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_LoadWAV_RW (line 7228) | [DllImport(nativeLibName, EntryPoint = "SDL_LoadWAV_RW", CallingConven... method SDL_LoadWAV (line 7236) | public static SDL_AudioSpec SDL_LoadWAV( method SDL_LockAudio (line 7258) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_LockAudioDevice (line 7262) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MixAudio (line 7265) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_MixAudioFormat (line 7276) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_OpenAudio (line 7287) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_OpenAudio (line 7293) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_OpenAudioDevice (line 7300) | [DllImport(nativeLibName, EntryPoint = "SDL_OpenAudioDevice", CallingC... method SDL_OpenAudioDevice (line 7308) | public static unsafe uint SDL_OpenAudioDevice( method SDL_PauseAudio (line 7326) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_PauseAudioDevice (line 7330) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UnlockAudio (line 7336) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_UnlockAudioDevice (line 7340) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_QueueAudio (line 7346) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_DequeueAudio (line 7356) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetQueuedAudioSize (line 7366) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_ClearQueuedAudio (line 7372) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_NewAudioStream (line 7379) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AudioStreamPut (line 7392) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AudioStreamGet (line 7402) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AudioStreamAvailable (line 7412) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AudioStreamClear (line 7418) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_FreeAudioStream (line 7424) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_TICKS_PASSED (line 7438) | public static bool SDL_TICKS_PASSED(UInt32 A, UInt32 B) method SDL_Delay (line 7444) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetTicks (line 7448) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetPerformanceCounter (line 7452) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetPerformanceFrequency (line 7456) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AddTimer (line 7464) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_RemoveTimer (line 7472) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SetWindowsMessageHook (line 7490) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_iPhoneSetAnimationCallback (line 7501) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_iPhoneSetEventPump (line 7509) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AndroidGetJNIEnv (line 7518) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AndroidGetActivity (line 7522) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsAndroidTV (line 7525) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsChromebook (line 7528) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsDeXMode (line 7531) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_AndroidBackButton (line 7534) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_AndroidGetInternalStoragePath (line 7537) | [DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetInternalStorageP... method SDL_AndroidGetInternalStoragePath (line 7540) | public static string SDL_AndroidGetInternalStoragePath() method SDL_AndroidGetExternalStorageState (line 7547) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_AndroidGetExternalStoragePath (line 7550) | [DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStorageP... method SDL_AndroidGetExternalStoragePath (line 7553) | public static string SDL_AndroidGetExternalStoragePath() method SDL_GetAndroidSDKVersion (line 7560) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_WinRT_DeviceFamily (line 7565) | public enum SDL_WinRT_DeviceFamily method SDL_WinRTGetDeviceFamily (line 7573) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_IsTablet (line 7576) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] type SDL_SYSWM_TYPE (line 7583) | public enum SDL_SYSWM_TYPE type INTERNAL_windows_wminfo (line 7601) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_winrt_wminfo (line 7609) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_x11_wminfo (line 7615) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_directfb_wminfo (line 7622) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_cocoa_wminfo (line 7630) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_uikit_wminfo (line 7636) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_wayland_wminfo (line 7645) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_mir_wminfo (line 7653) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_android_wminfo (line 7660) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_vivante_wminfo (line 7667) | [StructLayout(LayoutKind.Sequential)] type INTERNAL_SysWMDriverUnion (line 7674) | [StructLayout(LayoutKind.Explicit)] type SDL_SysWMinfo (line 7700) | [StructLayout(LayoutKind.Sequential)] method SDL_GetWindowWMInfo (line 7709) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_SDL_GetBasePath (line 7720) | [DllImport(nativeLibName, EntryPoint = "SDL_GetBasePath", CallingConve... method SDL_GetBasePath (line 7722) | public static string SDL_GetBasePath() method INTERNAL_SDL_GetPrefPath (line 7728) | [DllImport(nativeLibName, EntryPoint = "SDL_GetPrefPath", CallingConve... method SDL_GetPrefPath (line 7733) | public static unsafe string SDL_GetPrefPath(string org, string app) type SDL_PowerState (line 7754) | public enum SDL_PowerState method SDL_GetPowerInfo (line 7763) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetCPUCount (line 7773) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetCPUCacheLineSize (line 7776) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasRDTSC (line 7779) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasAltiVec (line 7782) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasMMX (line 7785) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_Has3DNow (line 7788) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasSSE (line 7791) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasSSE2 (line 7794) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasSSE3 (line 7797) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasSSE41 (line 7800) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasSSE42 (line 7803) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasAVX (line 7806) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasAVX2 (line 7809) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasAVX512F (line 7812) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasNEON (line 7815) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetSystemRAM (line 7819) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SIMDGetAlignment (line 7823) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SIMDAlloc (line 7827) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_SIMDFree (line 7831) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_HasARMSIMD (line 7835) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] FILE: Engine/SDL2/SDL2_image.cs class SDL_image (line 36) | public static class SDL_image type IMG_InitFlags (line 55) | [Flags] method SDL_IMAGE_VERSION (line 64) | public static void SDL_IMAGE_VERSION(out SDL.SDL_version X) method INTERNAL_IMG_Linked_Version (line 71) | [DllImport(nativeLibName, EntryPoint = "IMG_Linked_Version", CallingCo... method IMG_Linked_Version (line 73) | public static SDL.SDL_version IMG_Linked_Version() method IMG_Init (line 84) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_Quit (line 87) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_IMG_Load (line 91) | [DllImport(nativeLibName, EntryPoint = "IMG_Load", CallingConvention =... method IMG_Load (line 95) | public static unsafe IntPtr IMG_Load(string file) method IMG_Load_RW (line 107) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_IMG_LoadTyped_RW (line 115) | [DllImport(nativeLibName, EntryPoint = "IMG_LoadTyped_RW", CallingConv... method IMG_LoadTyped_RW (line 121) | public static unsafe IntPtr IMG_LoadTyped_RW( method INTERNAL_IMG_LoadTexture (line 136) | [DllImport(nativeLibName, EntryPoint = "IMG_LoadTexture", CallingConve... method IMG_LoadTexture (line 141) | public static unsafe IntPtr IMG_LoadTexture( method IMG_LoadTexture_RW (line 159) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_IMG_LoadTextureTyped_RW (line 171) | [DllImport(nativeLibName, EntryPoint = "IMG_LoadTextureTyped_RW", Call... method IMG_LoadTextureTyped_RW (line 178) | public static unsafe IntPtr IMG_LoadTextureTyped_RW( method IMG_ReadXPMFromArray (line 196) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_IMG_SavePNG (line 203) | [DllImport(nativeLibName, EntryPoint = "IMG_SavePNG", CallingConventio... method IMG_SavePNG (line 208) | public static unsafe int IMG_SavePNG(IntPtr surface, string file) method IMG_SavePNG_RW (line 221) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_IMG_SaveJPG (line 229) | [DllImport(nativeLibName, EntryPoint = "IMG_SaveJPG", CallingConventio... method IMG_SaveJPG (line 235) | public static unsafe int IMG_SaveJPG(IntPtr surface, string file, int ... method IMG_SaveJPG_RW (line 249) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_GetError (line 257) | public static string IMG_GetError() method IMG_SetError (line 262) | public static void IMG_SetError(string fmtAndArglist) type IMG_Animation (line 271) | public struct IMG_Animation method IMG_LoadAnimation (line 280) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_LoadAnimation_RW (line 288) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_LoadAnimationTyped_RW (line 296) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_FreeAnimation (line 305) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method IMG_LoadGIFAnimation_RW (line 310) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] FILE: Engine/SDL2/SDL2_mixer.cs class SDL_mixer (line 36) | public static class SDL_mixer type MIX_InitFlags (line 67) | [Flags] type MIX_Chunk (line 78) | public struct MIX_Chunk type Mix_Fading (line 86) | public enum Mix_Fading type Mix_MusicType (line 93) | public enum Mix_MusicType method SDL_MIXER_VERSION (line 141) | public static void SDL_MIXER_VERSION(out SDL.SDL_version X) method INTERNAL_MIX_Linked_Version (line 148) | [DllImport(nativeLibName, EntryPoint = "MIX_Linked_Version", CallingCo... method MIX_Linked_Version (line 150) | public static SDL.SDL_version MIX_Linked_Version() method Mix_Init (line 161) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Quit (line 164) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_OpenAudio (line 167) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_AllocateChannels (line 175) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_QuerySpec (line 178) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_LoadWAV_RW (line 187) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_LoadWAV (line 195) | public static IntPtr Mix_LoadWAV(string file) method INTERNAL_Mix_LoadMUS (line 202) | [DllImport(nativeLibName, EntryPoint = "Mix_LoadMUS", CallingConventio... method Mix_LoadMUS (line 206) | public static unsafe IntPtr Mix_LoadMUS(string file) method Mix_QuickLoad_WAV (line 217) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_QuickLoad_RAW (line 224) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FreeChunk (line 232) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FreeMusic (line 236) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetNumChunkDecoders (line 239) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_GetChunkDecoder (line 242) | [DllImport(nativeLibName, EntryPoint = "Mix_GetChunkDecoder", CallingC... method Mix_GetChunkDecoder (line 244) | public static string Mix_GetChunkDecoder(int index) method Mix_GetNumMusicDecoders (line 251) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_GetMusicDecoder (line 254) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicDecoder", CallingC... method Mix_GetMusicDecoder (line 256) | public static string Mix_GetMusicDecoder(int index) method Mix_GetMusicType (line 264) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_GetMusicTitle (line 270) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicTitle", CallingCon... method Mix_GetMusicTitle (line 272) | public static string Mix_GetMusicTitle(IntPtr music) method INTERNAL_Mix_GetMusicTitleTag (line 282) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicTitleTag", Calling... method Mix_GetMusicTitleTag (line 284) | public static string Mix_GetMusicTitleTag(IntPtr music) method INTERNAL_Mix_GetMusicArtistTag (line 294) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicArtistTag", Callin... method Mix_GetMusicArtistTag (line 296) | public static string Mix_GetMusicArtistTag(IntPtr music) method INTERNAL_Mix_GetMusicAlbumTag (line 306) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicAlbumTag", Calling... method Mix_GetMusicAlbumTag (line 308) | public static string Mix_GetMusicAlbumTag(IntPtr music) method INTERNAL_Mix_GetMusicCopyrightTag (line 318) | [DllImport(nativeLibName, EntryPoint = "Mix_GetMusicCopyrightTag", Cal... method Mix_GetMusicCopyrightTag (line 320) | public static string Mix_GetMusicCopyrightTag(IntPtr music) method Mix_SetPostMix (line 327) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_HookMusic (line 333) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_HookMusicFinished (line 339) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetMusicHookData (line 345) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_ChannelFinished (line 348) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_RegisterEffect (line 353) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_UnregisterEffect (line 361) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_UnregisterAllEffects (line 367) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetPanning (line 370) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetPosition (line 377) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetDistance (line 384) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetReverseStereo (line 387) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_ReserveChannels (line 390) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupChannel (line 393) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupChannels (line 396) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupAvailable (line 399) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupCount (line 402) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupOldest (line 405) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GroupNewer (line 408) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_PlayChannel (line 412) | public static int Mix_PlayChannel( method Mix_PlayChannelTimed (line 421) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_PlayMusic (line 430) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeInMusic (line 434) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeInMusicPos (line 442) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeInChannel (line 451) | public static int Mix_FadeInChannel( method Mix_FadeInChannelTimed (line 461) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Volume (line 470) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_VolumeChunk (line 474) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_VolumeMusic (line 480) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetVolumeMusicStream (line 486) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_HaltChannel (line 489) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_HaltGroup (line 492) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_HaltMusic (line 495) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_ExpireChannel (line 498) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeOutChannel (line 501) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeOutGroup (line 504) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadeOutMusic (line 507) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadingMusic (line 510) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_FadingChannel (line 513) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Pause (line 516) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Resume (line 519) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Paused (line 522) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_PauseMusic (line 525) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_ResumeMusic (line 528) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_RewindMusic (line 531) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_PausedMusic (line 534) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetMusicPosition (line 537) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetMusicPosition (line 543) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_MusicDuration (line 549) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetMusicLoopStartTime (line 555) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetMusicLoopEndTime (line 561) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetMusicLoopLengthTime (line 567) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_Playing (line 570) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_PlayingMusic (line 573) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_SetMusicCMD (line 576) | [DllImport(nativeLibName, EntryPoint = "Mix_SetMusicCMD", CallingConve... method Mix_SetMusicCMD (line 580) | public static unsafe int Mix_SetMusicCMD(string command) method Mix_SetSynchroValue (line 590) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_GetSynchroValue (line 593) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_SetSoundFonts (line 596) | [DllImport(nativeLibName, EntryPoint = "Mix_SetSoundFonts", CallingCon... method Mix_SetSoundFonts (line 600) | public static unsafe int Mix_SetSoundFonts(string paths) method INTERNAL_Mix_GetSoundFonts (line 610) | [DllImport(nativeLibName, EntryPoint = "Mix_GetSoundFonts", CallingCon... method Mix_GetSoundFonts (line 612) | public static string Mix_GetSoundFonts() method Mix_EachSoundFont (line 619) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_SetTimidityCfg (line 626) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_Mix_GetTimidityCfg (line 633) | [DllImport(nativeLibName, EntryPoint = "Mix_GetTimidityCfg", CallingCo... method Mix_GetTimidityCfg (line 635) | public static string Mix_GetTimidityCfg() method Mix_GetChunk (line 643) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method Mix_CloseAudio (line 646) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] FILE: Engine/SDL2/SDL2_ttf.cs class SDL_ttf (line 36) | public static class SDL_ttf method SDL_TTF_VERSION (line 70) | public static void SDL_TTF_VERSION(out SDL.SDL_version X) method INTERNAL_TTF_LinkedVersion (line 77) | [DllImport(nativeLibName, EntryPoint = "TTF_LinkedVersion", CallingCon... method TTF_LinkedVersion (line 79) | public static SDL.SDL_version TTF_LinkedVersion() method TTF_ByteSwappedUNICODE (line 90) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_Init (line 93) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_OpenFont (line 97) | [DllImport(nativeLibName, EntryPoint = "TTF_OpenFont", CallingConventi... method TTF_OpenFont (line 102) | public static unsafe IntPtr TTF_OpenFont(string file, int ptsize) method TTF_OpenFontRW (line 115) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_OpenFontIndex (line 123) | [DllImport(nativeLibName, EntryPoint = "TTF_OpenFontIndex", CallingCon... method TTF_OpenFontIndex (line 129) | public static unsafe IntPtr TTF_OpenFontIndex( method TTF_OpenFontIndexRW (line 146) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetFontSize (line 157) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontStyle (line 164) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetFontStyle (line 168) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontOutline (line 172) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetFontOutline (line 176) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontHinting (line 180) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetFontHinting (line 184) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontHeight (line 188) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontAscent (line 192) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontDescent (line 196) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontLineSkip (line 200) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontKerning (line 204) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetFontKerning (line 208) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontFaces (line 212) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_FontFaceIsFixedWidth (line 216) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_FontFaceFamilyName (line 220) | [DllImport(nativeLibName, EntryPoint = "TTF_FontFaceFamilyName", Calli... method TTF_FontFaceFamilyName (line 224) | public static string TTF_FontFaceFamilyName(IntPtr font) method INTERNAL_TTF_FontFaceStyleName (line 232) | [DllImport(nativeLibName, EntryPoint = "TTF_FontFaceStyleName", Callin... method TTF_FontFaceStyleName (line 236) | public static string TTF_FontFaceStyleName(IntPtr font) method TTF_GlyphIsProvided (line 244) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GlyphIsProvided32 (line 250) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GlyphMetrics (line 254) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GlyphMetrics32 (line 268) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SizeText (line 280) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_SizeUTF8 (line 290) | [DllImport(nativeLibName, EntryPoint = "TTF_SizeUTF8", CallingConventi... method TTF_SizeUTF8 (line 297) | public static unsafe int TTF_SizeUTF8( method TTF_SizeUNICODE (line 315) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_MeasureText (line 327) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_MeasureUTF8 (line 340) | [DllImport(nativeLibName, EntryPoint = "TTF_MeasureUTF8", CallingConve... method TTF_MeasureUTF8 (line 348) | public static unsafe int TTF_MeasureUTF8( method TTF_MeasureUNICODE (line 370) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Solid (line 381) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Solid (line 390) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Solid", Calling... method TTF_RenderUTF8_Solid (line 396) | public static unsafe IntPtr TTF_RenderUTF8_Solid( method TTF_RenderUNICODE_Solid (line 412) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Solid_Wrapped (line 423) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Solid_Wrapped (line 435) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Solid_Wrapped",... method TTF_RenderUTF8_Solid_Wrapped (line 442) | public static unsafe IntPtr TTF_RenderUTF8_Solid_Wrapped( method TTF_RenderUNICODE_Solid_Wrapped (line 462) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph_Solid (line 472) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph32_Solid (line 482) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Shaded (line 490) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Shaded (line 500) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Shaded", Callin... method TTF_RenderUTF8_Shaded (line 507) | public static unsafe IntPtr TTF_RenderUTF8_Shaded( method TTF_RenderUNICODE_Shaded (line 525) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Shaded_Wrapped (line 535) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Shaded_Wrapped (line 548) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Shaded_Wrapped"... method TTF_RenderUTF8_Shaded_Wrapped (line 556) | public static unsafe IntPtr TTF_RenderUTF8_Shaded_Wrapped( method TTF_RenderUNICODE_Shaded_Wrapped (line 576) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph_Shaded (line 587) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph32_Shaded (line 598) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Blended (line 607) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Blended (line 616) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Blended", Calli... method TTF_RenderUTF8_Blended (line 622) | public static unsafe IntPtr TTF_RenderUTF8_Blended( method TTF_RenderUNICODE_Blended (line 638) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderText_Blended_Wrapped (line 647) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method INTERNAL_TTF_RenderUTF8_Blended_Wrapped (line 657) | [DllImport(nativeLibName, EntryPoint = "TTF_RenderUTF8_Blended_Wrapped... method TTF_RenderUTF8_Blended_Wrapped (line 664) | public static unsafe IntPtr TTF_RenderUTF8_Blended_Wrapped( method TTF_RenderUNICODE_Blended_Wrapped (line 682) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph_Blended (line 692) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_RenderGlyph32_Blended (line 702) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetDirection (line 710) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_SetScript (line 714) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_CloseFont (line 718) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_Quit (line 721) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_WasInit (line 724) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method SDL_GetFontKerningSize (line 728) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontKerningSizeGlyphs (line 738) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] method TTF_GetFontKerningSizeGlyphs32 (line 748) | [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] FILE: Engine/Utility/Bounds2.cs type Bounds2 (line 4) | struct Bounds2 method Bounds2 (line 17) | public Bounds2(Vector2 position, Vector2 size) method Bounds2 (line 30) | public Bounds2(float x, float y, float width, float height) method ToString (line 36) | public override string ToString() method Contains (line 45) | public bool Contains(Vector2 point) method Overlaps (line 54) | public bool Overlaps(Bounds2 bounds) FILE: Engine/Utility/Color.cs type Color (line 4) | struct Color method Color (line 17) | public Color(byte r, byte g, byte b) method Color (line 32) | public Color(byte r, byte g, byte b, byte a) method ToString (line 40) | public override string ToString() method WithAlpha (line 49) | public Color WithAlpha(float a) FILE: Engine/Utility/Vector2.cs type Vector2 (line 4) | struct Vector2 method Vector2 (line 15) | public Vector2(float x, float y) method ToString (line 21) | public override string ToString() method Length (line 29) | public float Length() method Rotated (line 38) | public Vector2 Rotated(float degrees) method Normalized (line 51) | public Vector2 Normalized() method Dot (line 69) | public static float Dot(Vector2 a, Vector2 b) method Cross (line 79) | public static float Cross(Vector2 a, Vector2 b) FILE: Game/Game.cs class Game (line 4) | class Game method Game (line 22) | public Game() method Update (line 26) | public void Update()