is_most_recently_activated


Description:

[ Version ( since = "2.8" ) ]
public bool is_most_recently_activated ()

Gets whether this is the most recently activated window on its Screen.

The most recently activated window is identical to the active window for click and sloppy focus methods (since a window is always active in those cases) but differs slightly for mouse focus since there often is no active window.

Parameters:

this

a Window.

Returns:

true if this was the most recently activated window on its Screen, false otherwise.