getMouseFocusedWindow

Wraps SDL_GetMouseFocus which gets the mouse-focused window

This function is marked as @system due to the potential of referencing invalid memory.

@safe @system
getMouseFocusedWindow
()

Return Value

Type: Window

dsdl2.Window proxy of the window with the mouse focus; null if no window is focused

Meta