FocusLostEvent

class HPS::FocusLostEvent : public HPS::Event

The FocusLostEvent class is the event that is generated when an application loses focus

Public Functions

inline virtual Event *Clone() const

Allocates and returns a copy of this FocusLostEvent.

Returns

A copy of this FocusLostEvent.

inline FocusLostEvent()

The default constructor creates a FocusLostEvent.

~FocusLostEvent()