lime.system
| .. | |
|---|---|
| BackgroundWorker | |
| CFFI | |
| CFFIPointer | |
| Clipboard | Reads and writes text on the system clipboard. |
| Display | |
| DisplayMode | |
| Endian | |
| 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 | |
| Sensor | |
| SensorType | |
| System | Access operating system level settings and operations. |
| ThreadPool |