SimpleWindow.setRequestedInputFocus

Used iff WindowFlags.managesChildWindowFocus is set when the window is created. The delegate will be called when the window manager asks you to take focus.

This is currently only used for the WM_TAKE_FOCUS protocol on X11 at this time.

class SimpleWindow
SimpleWindow delegate() setRequestedInputFocus;

Meta

History

Added April 1, 2022 (dub v10.8)

Suggestion Box / Bug Report