|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <vector>#include <memory>#include "ship/core/Component.h"#include "ship/window/Window.h"Go to the source code of this file.
Classes | |
| class | Ship::FileDrop |
| Handles drag-and-drop file events for the application window. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Typedefs | |
| typedef bool(* | FileDroppedFunc) (char *) |
| Callback type for file-drop event handlers. | |
| typedef bool(* FileDroppedFunc) (char *) |
Callback type for file-drop event handlers.
A handler receives the path of the dropped file and returns true if it consumed the event, or false to let other handlers process it.