]> git.tdb.fi Git - libs/gl.git/commit
Implement an event system for animations
authorMikko Rasa <tdb@tdb.fi>
Wed, 2 May 2018 21:49:15 +0000 (00:49 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 2 May 2018 22:07:15 +0000 (01:07 +0300)
commit19555043d70f972feedb89786fc24a2b83b4f7e9
tree63c5b4f865a9d5bd07d6b0419d4e06c58330f670
parent89a1ada18430079896cfb28862e61bb32d66b8a0
Implement an event system for animations

It can be used to sync other actions to certain points of the animation.
source/animation.cpp
source/animation.h
source/animationeventobserver.h [new file with mode: 0644]
source/animationplayer.cpp
source/animationplayer.h