mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fix typos
This commit is contained in:
parent
4896accb9b
commit
50e58fff5a
1 changed files with 2 additions and 2 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue