class new in Git master
FocusEventWindow 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 EmscriptenFocusEvent&
- Underlying Emscripten event.