Antkeeper  0.0.1
Public Attributes | List of all members
app::display_orientation_changed_event Struct Reference

Event generated when the orientation of a display has changed. More...

#include <display-events.hpp>

Public Attributes

const displaydisplay {nullptr}
 Pointer to the display that has had it's orientation changed. More...
 
display_orientation orientation {0}
 Orientation of the display. More...
 

Detailed Description

Event generated when the orientation of a display has changed.

Definition at line 50 of file display-events.hpp.

Member Data Documentation

◆ display

const display* app::display_orientation_changed_event::display {nullptr}

Pointer to the display that has had it's orientation changed.

Definition at line 53 of file display-events.hpp.

◆ orientation

display_orientation app::display_orientation_changed_event::orientation {0}

Orientation of the display.

Definition at line 56 of file display-events.hpp.


The documentation for this struct was generated from the following file: