Skip to content

Commit 4ff1f12

Browse files
committed
Add brief description to KeyEvent class
1 parent f12f7e2 commit 4ff1f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/scratchcpp/keyevent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace libscratchcpp
1010

1111
class KeyEventPrivate;
1212

13+
/*! \brief The KeyEvent class represents a Scratch key event. */
1314
class LIBSCRATCHCPP_EXPORT KeyEvent
1415
{
1516
public:

0 commit comments

Comments
 (0)