mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-09 01:05:34 +00:00
SDL_SetWindowInputFocus
This commit is contained in:
parent
8a51516de0
commit
4ec65bc5a0
|
@ -1387,6 +1387,11 @@ namespace SDL2
|
|||
IntPtr parent_window
|
||||
);
|
||||
|
||||
/* window refers to an SDL_Window* */
|
||||
/* Available in 2.0.5 or higher */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int SDL_SetWindowInputFocus(IntPtr window);
|
||||
|
||||
/// <summary>
|
||||
/// Use this function to retrieve the data pointer associated with a window.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue