WrapperWidget: handle View.computeScroll()

Currently the scrolling is purely visual.
This commit is contained in:
Julian Winkler
2023-10-30 22:37:48 +01:00
committed by Mis012
parent 0a8b8a3874
commit 4bce3544dd
3 changed files with 29 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ struct _WrapperWidget
jobject canvas;
jmethodID draw_method;
jmethodID measure_method;
jmethodID computeScroll_method;
};
struct _WrapperWidgetClass