47      virtual void init(
unsigned short w, 
unsigned short h, 
bool fullscreen = 
false, 
float scale = 1.0f,
 
   48                        bool conslock = 
false) = 0;
 
 
Backend for ImGui on JeVois-Pro.
 
virtual ~ImGuiBackend()
Virtual destructor for safe inheritance, free resources.
 
ImGuiBackend()
Constructor.
 
virtual void init(unsigned short w, unsigned short h, bool fullscreen=false, float scale=1.0f, bool conslock=false)=0
Initialize the underlying engine that will process events, create windows, etc.
 
Backend for VideoDisplay on JeVois-Pro.
 
virtual void init(unsigned short w, unsigned short h, bool fullscreen=false)=0
Initialize the underlying engine that will process events, create windows, etc.
 
Main namespace for all JeVois classes and functions.