Display services: Difference between revisions

symbols
Line 111: Line 111:


== OpenDisplay ==
== OpenDisplay ==
Takes a [[#DisplayName]] as input. Returns an output u64, the Display-handle.
Takes a [[#DisplayName]] as input. Returns an output u64, the DisplayId.


To open the default display, input string "Default" can be used.
To open the default display, input string "Default" can be used.
Line 121: Line 121:


== CloseDisplay ==
== CloseDisplay ==
Takes an input u64 Display-handle.
Takes an input u64, DisplayId.
 
== SetDisplayEnabled ==
Takes an input u32 boolean, and an u64(DisplayId?).
 
== GetDisplayResolution ==
Takes an input u64 DisplayId and returns two output u64s.


== IHOSBinderDriver ==
== IHOSBinderDriver ==