Export list of control functions

This commit is contained in:
Zoltan Papp
2024-11-22 17:43:26 +01:00
parent 57d8513b5f
commit 9c57ff2702
+4
View File
@@ -9,4 +9,8 @@ var (
GetSrcFromControl = getSrcFromControl
GetGSOSize = getGSOSize
// export controlFns for Android to use
// is not thread safe and should only be modified during init.
ControlFns = &controlFns
)