diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-23 00:01:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-24 00:29:31 +0100 |
| commit | 178b13ae534bdb75bd6cacf90dc5ca9f72b6a26b (patch) | |
| tree | 91b6cf94acee9bd370048576db6a8fb6ba7b40f4 | |
| parent | 7e539f3965030f54d478284217536ab782d0fe39 (diff) | |
Add Text::VariableZPosition
| -rw-r--r-- | src/text.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -91,6 +91,12 @@ public: return _z_position; } + struct VariableZPosition + { + float position; + int64_t duration; + }; + Time fade_up_time () const { return _fade_up_time; } |
