MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / platform_file_picker_visible

Method platform_file_picker_visible

StereoKit/Native/NativeAPI.cs:544–545  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_file_picker_sz (PickerMode mode, IntPtr callback_data, [MarshalAs(UnmanagedType.FunctionPtr)] PickerCallback on_callback, [In] FileFilter[] filters, int filter_count);
543 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_file_picker_close ();
544 [return: MarshalAs(UnmanagedType.Bool)]
545 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_file_picker_visible();
546 [return: MarshalAs(UnmanagedType.Bool)]
547 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_read_file ([In] byte[] name_utf8, out IntPtr out_data, out UIntPtr out_size);
548 [return: MarshalAs(UnmanagedType.Bool)]

Callers 1

PlatformClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected