DrawFocusRect function user32
Draws a rectangle in the style used to indicate that the rectangle has the focus.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-drawfocusrect.
Implementation
@pragma('vm:prefer-inline')
bool DrawFocusRect(HDC hDC, Pointer<RECT> lprc) =>
_DrawFocusRect(hDC, lprc) != FALSE;