I am doing the kotlin port of openvr
I saw a couple of bool *, like here.
I am using right now a ByteByReference (for bool I am using simply boolean), but I was wondering if it could be possibile to emulate also those with a proper BooleanByReference class
I am doing the kotlin port of openvr
I saw a couple of
bool *, like here.I am using right now a
ByteByReference(forboolI am using simplyboolean), but I was wondering if it could be possibile to emulate also those with a properBooleanByReferenceclass