1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fix typos

This commit is contained in:
Martin Cietwierkowski 2023-04-01 13:47:59 -04:00
parent 4896accb9b
commit 50e58fff5a

View file

@ -3637,7 +3637,7 @@ namespace SDL2
public SDL_SysWMmsg* msg; /* SDL_SysWMmsg*, system-dependent*/ public SDL_SysWMmsg* msg; /* SDL_SysWMmsg*, system-dependent*/
} }
[CRepr]] [CRepr]
public struct CommonEvent public struct CommonEvent
{ {
public uint32 type; public uint32 type;
@ -4401,7 +4401,7 @@ namespace SDL2
public static extern bool* GetKeyboardState(int32* numkeys); public static extern bool* GetKeyboardState(int32* numkeys);
[LinkName("SDL_ResetKeyboard")] [LinkName("SDL_ResetKeyboard")]
public static extern void ResetKeyboard(void); public static extern void ResetKeyboard();
/* Get the current key modifier state for the keyboard. */ /* Get the current key modifier state for the keyboard. */
[LinkName("SDL_GetModState")] [LinkName("SDL_GetModState")]