lime.system
.. | |
---|---|
CFFI | |
CFFIPointer | |
Clipboard | Reads and writes text on the system clipboard. |
Deque | |
Display | |
DisplayMode | |
Endian | |
FileWatcher | |
JNI | The Java Native Interface (JNI) allows C++ code to call Java functions, and vice versa. On Android, Haxe code compiles to C++, but only Java code can access the Android system API, so it's often necessary to use both. |
JNIMemberField | |
JNIMethod | |
JNISafety | Most times a Java class calls a Haxe function, it does so on the UI thread, which can lead to thread-related errors. These errors can be avoided by switching back to the main thread before executing any code. |
JNIStaticField | |
JSAsync | |
JobData | |
JobList | |
Locale | |
Sensor | |
SensorType | |
State | An argument of any type to pass to the |
System | Access operating system level settings and operations. |
ThreadEvent | |
ThreadEventType | |
ThreadMode | |
ThreadPool | A thread pool executes one or more functions asynchronously. |
Tls | |
Transferable | |
WorkFunction | A function that performs asynchronous work. This can either be work on another thread ("multi-threaded mode"), or it can represent a green thread ("single-threaded mode"). |
WorkOutput | Functions and variables available to the |