Switch monitors on Windows

This commit is contained in:
loki
2021-07-29 17:27:22 +02:00
parent 2af179630a
commit 6c11e9f27d
4 changed files with 70 additions and 9 deletions
+2
View File
@@ -282,6 +282,8 @@ std::unique_ptr<audio_control_t> audio_control();
* Returns display_t based on hwdevice_type
*/
std::shared_ptr<display_t> display(mem_type_e hwdevice_type, const std::string &display_name, int framerate);
// A list of names of displays accepted as display_name
std::vector<std::string> display_names();
input_t input();