-
Notifications
You must be signed in to change notification settings - Fork 0
Docs Module Meta
Carlonn Rivers edited this page Aug 28, 2021
·
5 revisions
| Property | Description | Details |
|---|---|---|
| clipboard | The engine's clipboard. | Used with textfields. readonly
|
| FPS | The engine's frames per second. | readonly |
| loops | Number of active loops. | readonly |
| SPF | The engine's seconds per frame. | readonly |
| type | The flobtive's description type. | readonly |
| version | FlevaR's current version. | readonly |
| Method | Description |
|---|---|
| takeScreenshot() | Captures and downloads an image of the application at that moment in time. |
| setFullscreen() | Opens / closes fullscreen for the application, based on the boolean passed (true | false), or toggles fullscreen mode if no value is passed. |