MoveLeft is working

This commit is contained in:
Léa Saviot
2018-06-26 17:32:22 +02:00
parent 9a7441d045
commit 2906d72aee
4 changed files with 20 additions and 5 deletions

View File

@@ -31,6 +31,12 @@ int main() {
TreePool::sharedPool()->log();
LayoutCursor cursor = h.childAtIndex(1).cursor();
LayoutCursor cursor2 = aChar.cursor();
cursor.log();
bool recompute = false;
cursor.moveLeft(&recompute);
cursor.log();
cursor.moveLeft(&recompute);
cursor.log();
/*cursor.log();