Currently we only have showVfb(), not even allowing to query the current VFB state. I’d like to
be able to query the current state (displayed/hidden/minimized/maximized, maybe even position and size)
be able to change above states as far as possible
Getting the current display state (displayed/hidden) would be the most pressing part. Maybe showVfb() could be called without argument and then return the current state as bool (suggesting this only in the hope for a quick solution ![]()
Good Luck