зеркало из https://github.com/stride3d/SDL2-CS.git
Fix SDL_GetKeyFromScancode signature.
This commit is contained in:
Родитель
67f4c81bb3
Коммит
713e25ab96
|
@ -4219,7 +4219,7 @@ namespace SDL2
|
|||
* with the current keyboard layout.
|
||||
*/
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SDL_GetKeyFromScancode(SDL_Scancode scancode);
|
||||
public static extern SDL_Keycode SDL_GetKeyFromScancode(SDL_Scancode scancode);
|
||||
|
||||
/* Get the scancode for the given keycode */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
Загрузка…
Ссылка в новой задаче