Documentation update

This commit is contained in:
Leon Styhre 2025-02-05 22:27:36 +01:00
parent 25dba1c293
commit 64b27219ab
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@
* (Android) Changed the target SDK version to 35 (Android 15)
* Refactored the helpsystem code and added support for using an arbitrary amount of helpsystem elements
* Added support for specifying which specific entries to display for the helpsystem elements
* Added "rotation" and "rotationOrigin" properties to the helpsystem element
* Added "imageSize", "imageMaxSize", "imageCropSize" and "imageCropPos" properties to the video element
* (macOS) Added a build script for cross-compiling for x86_64 when using an ARM processor
* Added support for building against libgit2 v1.9.0 and later

View file

@ -3442,6 +3442,13 @@ Properties:
- Origin when a menu is open (background is dimmed).
- Minimum value per axis is `0` and maximum value per axis is `1`
- Default is the same value as `origin`
* `rotation` - type: FLOAT
- Angle in degrees that the element should be rotated. Positive values will rotate clockwise, negative values will rotate counterclockwise.
- Default is `0`
* `rotationOrigin` - type: NORMALIZED_PAIR
- Point around which the element will be rotated.
- Minimum value per axis is `0` and maximum value per axis is `1`
- Default is `0.5 0.5`
* `textColor` - type: COLOR
- Default is `777777FF`
* `textColorDimmed` - type: COLOR