1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +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*/
}
[CRepr]]
[CRepr]
public struct CommonEvent
{
public uint32 type;
@ -4401,7 +4401,7 @@ namespace SDL2
public static extern bool* GetKeyboardState(int32* numkeys);
[LinkName("SDL_ResetKeyboard")]
public static extern void ResetKeyboard(void);
public static extern void ResetKeyboard();
/* Get the current key modifier state for the keyboard. */
[LinkName("SDL_GetModState")]