Antkeeper
0.0.1
|
Event generated when the orientation of a display has changed. More...
#include <display-events.hpp>
Public Attributes | |
const display * | display {nullptr} |
Pointer to the display that has had it's orientation changed. More... | |
display_orientation | orientation {0} |
Orientation of the display. More... | |
Event generated when the orientation of a display has changed.
Definition at line 50 of file display-events.hpp.
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.
display_orientation app::display_orientation_changed_event::orientation {0} |
Orientation of the display.
Definition at line 56 of file display-events.hpp.