rustdesk/libs/virtual_display/dylib
21pages aa740f4263 remove many unwrap and enum_value_or_default
Signed-off-by: 21pages <pages21@163.com>
2023-07-23 20:00:58 +08:00
..
examples remove many unwrap and enum_value_or_default 2023-07-23 20:00:58 +08:00
src better conditional compilation 2023-06-24 21:09:45 +08:00
build.rs move virtual display to lib workspace 2022-11-18 17:55:21 +08:00
Cargo.toml move virtual display to lib workspace 2022-11-18 17:55:21 +08:00
README.md move virtual display to lib workspace 2022-11-18 17:55:21 +08:00

virtual display

Virtual display may be used on computers that do not have a monitor.

Development reference

windows

win10

Win10 provides Indirect Display Driver Model.

This lib uses this project as the driver.

NOTE: Versions before Win10 1607. Try follow this method.

tested platforms

  • 19041
  • 19043

win7

TODO

WDDM.

X11

OSX