Changes

Jump to navigation Jump to search
154 bytes added ,  03:52, 21 September 2017
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 ==

Navigation menu