| 35 | [return: MarshalAs(UnmanagedType.Bool)] |
| 36 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_display_set_blend (DisplayBlend blend); |
| 37 | [return: MarshalAs(UnmanagedType.Bool)] |
| 38 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_display_valid_blend (DisplayBlend blend); |
| 39 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern float device_display_get_refresh_rate(); |
| 40 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int device_display_get_width (); |
| 41 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int device_display_get_height (); |