nativeapi library

Functions

getAllDisplays() List<Display>
getCursorScreenPoint() int
getPrimaryDisplay() Display
sum(int a, int b) int
A very short-lived native function.
sumAsync(int a, int b) Future<int>
A longer lived native function, which occupies the thread calling it.