mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
MoveLeft is working
This commit is contained in:
6
test.cpp
6
test.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user