|
stmm-games-doc
0.32.0
|
Board scroll listener. More...

Public Member Functions | |
| virtual | ~BoardScrollListener () noexcept=default |
| virtual void | boardPreScroll (Direction::VALUE eDir, const shared_ptr< TileRect > &refTiles) noexcept=0 |
| Pre scroll callback. More... | |
| virtual void | boardPostScroll (Direction::VALUE eDir) noexcept=0 |
| Post scroll callback. More... | |
Board scroll listener.
|
virtualdefaultnoexcept |
|
pure virtualnoexcept |
Post scroll callback.
Called by Level::boardScroll().
| eDir | The direction of the scroll. |
Implemented in stmg::BackgroundEvent, stmg::TileAnimatorEvent, stmg::DumbBlockEvent, and stmg::FakeLevelView.
|
pure virtualnoexcept |
Pre scroll callback.
Called by Level::boardScroll().
| eDir | The direction of the scroll. |
| refTiles | The tiles that will be placed on the freed cells. If null all empty tiles. |
Implemented in stmg::BackgroundEvent, stmg::TileAnimatorEvent, stmg::DumbBlockEvent, and stmg::FakeLevelView.
1.8.13