I seen some android apps based on imgui, they had a button to hide Screenrecording, if turned on then their app won't be visible in screen record... I did this in java using window flags, but how i can hide my imgui draw from being recorded using c++ codes?