Magnum::Platform::Sdl2Application::FocusEvent class new in Git master

Window focus and blur event.

Constructors, destructors, conversion operators

FocusEvent(const FocusEvent&) deleted
Copying is not allowed.
FocusEvent(FocusEvent&&) deleted
Moving is not allowed.

Public functions

auto operator=(const FocusEvent&) -> FocusEvent& deleted
Copying is not allowed.
auto operator=(FocusEvent&&) -> FocusEvent& deleted
Moving is not allowed.
auto event() const -> const SDL_Event&
Underlying SDL event.

Function documentation

const SDL_Event& Magnum::Platform::Sdl2Application::FocusEvent::event() const

Underlying SDL event.

Of type SDL_WINDOWEVENT