DisplayService is static class providing methods to getting basic information about the SpaceVIL framework, OS attributes, initializing the SpaceVIL framework and working with clipboard.
More...
DisplayService is static class providing methods to getting basic information about the SpaceVIL framework, OS attributes, initializing the SpaceVIL framework and working with clipboard.
◆ getClipboardString()
static String com.spvessel.spacevil.Common.CommonService.getClipboardString |
( |
| ) |
|
|
static |
Getting stored text in clipboard.
- Returns
- The text as java.lang.String.
◆ getOsControlKeyLeft()
static KeyCode com.spvessel.spacevil.Common.CommonService.getOsControlKeyLeft |
( |
| ) |
|
|
static |
◆ getOsControlKeyRight()
static KeyCode com.spvessel.spacevil.Common.CommonService.getOsControlKeyRight |
( |
| ) |
|
|
static |
◆ getOsControlMod()
static KeyMods com.spvessel.spacevil.Common.CommonService.getOsControlMod |
( |
| ) |
|
|
static |
◆ getOSType()
static OSType com.spvessel.spacevil.Common.CommonService.getOSType |
( |
| ) |
|
|
static |
◆ getSpaceVILInfo()
static String com.spvessel.spacevil.Common.CommonService.getSpaceVILInfo |
( |
| ) |
|
|
static |
Getting basic information about SpaceVIL such as version, date, platform and OS.
- Returns
- The information as java.lang.String.
◆ initSpaceVILComponents()
static boolean com.spvessel.spacevil.Common.CommonService.initSpaceVILComponents |
( |
| ) |
|
|
static |
Initializing the mandatory SpaceVIL common components (GLFW, default values and etc.).
- Returns
- True: if initialization is successful. False: if initialization is unsuccessful.
◆ setClipboardString()
static void com.spvessel.spacevil.Common.CommonService.setClipboardString |
( |
String |
text | ) |
|
|
static |
Placing the specified text to the clipboard.
- Parameters
-
text | The text as java.lang.String |
◆ currentCursor
CursorImage com.spvessel.spacevil.Common.CommonService.currentCursor = null |
|
static |
◆ GlobalLocker
final Lock com.spvessel.spacevil.Common.CommonService.GlobalLocker = new ReentrantLock() |
|
static |
The documentation for this class was generated from the following file: