openfl.desktop
.. | |
---|---|
Clipboard | The Clipboard class provides a container for transferring data and objects
through the clipboard. The operating system clipboard can be accessed
through the static |
ClipboardFormats | The ClipboardFormats class defines constants for the names of the standard data formats used with the Clipboard class. Flash Player 10 only supports TEXT_FORMAT, RICH_TEXT_FORMAT, and HTML_FORMAT. |
ClipboardTransferMode | The ClipboardTransferMode class defines constants for the modes used as
values of the |
DockIcon | The DockIcon class represents the macOS-style dock icon. |
Icon | The Icon class represents an operating system icon. |
InteractiveIcon | The InteractiveIcon class is the base class for the operating system icons associated with applications. |
InvokeEventReason | The InvokeEventReason class enumerates values returned by the |
NativeApplication | The NativeApplication class represents this OpenFL application. |
NativeProcess | The NativeProcess class provides command line integration and general launching capabilities. The NativeProcess class lets an OpenFL application execute native processes on the host operating system. The OpenFL application can monitor the standard input (stdin) and standard output (stdout) stream of the process as well as the process's standard error (stderr) stream. |
NativeProcessStartupInfo | This class provides the basic information used to start a process on the
host operating system. It is constructed and passed to the |
NotificationType | The NotificationType class defines constants for use in the priority
parameter of the DockIcon |
SystemIdleMode | The SystemIdleMode class provides constant values for system idle behaviors.
These constants are used in the |
SystemTrayIcon | The SystemTrayIcon class represents the Windows® taskbar notification area (system tray)-style icon. |
Updater | The Updater class is used to update the currently running application with a
different version. To use it, instantiate an Updater object and then call
its |