[apps/shared] Add comment for isCursorHanging method

This commit is contained in:
Hugo Saint-Vignes
2020-12-16 14:10:23 +01:00
committed by LeaNumworks
parent b7bbb258a8
commit 10c296e671

View File

@@ -41,6 +41,7 @@ protected:
virtual bool moveCursorVertically(int direction) = 0;
virtual uint32_t rangeVersion() = 0;
bool isCursorVisible();
// The cursor is hanging if the selected function has been edited or deleted
virtual bool isCursorHanging() = 0;
// Closest vertical curve helper