opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
display_state_change_event.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace osc
7{
8 // Represents a display state change, such as:
9 //
10 // - display connected
11 // - display disconnected
12 // - display reoriented
13 // - display resolution changed (maybe DPI change)
15 public:
19 };
20}
Definition display_state_change_event.h:14
DisplayStateChangeEvent()
Definition display_state_change_event.h:16
Definition event.h:13
Definition custom_decoration_generator.h:5
EventType
Definition event_type.h:7
constexpr U to(T &&value)
Definition conversion.h:56