mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-24 19:31:03 +00:00
SDL_SetWindowInputFocus
This commit is contained in:
parent
8a51516de0
commit
4ec65bc5a0
|
@ -1387,6 +1387,11 @@ namespace SDL2
|
||||||
IntPtr parent_window
|
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>
|
/// <summary>
|
||||||
/// Use this function to retrieve the data pointer associated with a window.
|
/// Use this function to retrieve the data pointer associated with a window.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in a new issue