We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf9dcc commit 6c4d86bCopy full SHA for 6c4d86b
docs/Getting started.md
@@ -1,8 +1,8 @@
1
\page gettingStarted Getting started
2
3
libscratchcpp doesn't have any GUI support, but sprites and the stage can be easily implemented using
4
-the \link libscratchcpp::IScratchStage IScratchStage \endlink and
5
-\link libscratchcpp::IScratchTarget IScratchTarget \endlink interfaces.
+the \link libscratchcpp::IStageHandler IStageHandler \endlink and
+\link libscratchcpp::ISpriteHandler ISpriteHandler \endlink interfaces.
6
7
They can be subclassed for listening to events such as when the X and Y coordinates
8
of a sprite change.
0 commit comments