20#ifdef JEVOIS_PLATFORM_PRO
41 virtual void init(
unsigned short w,
unsigned short h,
bool fullscreen =
false)
override;
46 virtual bool pollEvents(
bool & shouldclose)
override;
Backend for VideoDisplay on JeVois-Pro host using MALI.
virtual ~VideoDisplayBackendMALI()
Virtual destructor for safe inheritance, free resources.
VideoDisplayBackendMALI()
Constructor.
virtual void init(unsigned short w, unsigned short h, bool fullscreen=false) override
Initialize the underlying engine that will process events, create windows, etc.
virtual bool pollEvents(bool &shouldclose) override
Poll events such as mouse movements, buttons, keyboard, joystick, and pass to VideoDisplay.
Backend for VideoDisplay on JeVois-Pro.
Main namespace for all JeVois classes and functions.