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

Method platform_file_picker_close

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

Source from the content-addressed store, hash-verified

541
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)]

Callers 1

FilePickerCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected