Window.acceptFocus
bool acceptFocus() @property nothrowGet acceptFocus property.
Returns
Whether the window should receive the input focus.
void acceptFocus(bool propval) @property nothrowSet acceptFocus property.
Parameters
propval | Whether the window should receive the input focus. |