| 33 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DisplayType device_display_get_type (); |
| 34 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern DisplayBlend device_display_get_blend (); |
| 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(); |