18#ifdef JEVOIS_PLATFORM_PRO
38 itsWindow.width = w; itsWindow.height =
h;
39 LINFO(
"Display surface size: " << w <<
'x' <<
h);
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.
virtual void init(unsigned short w, unsigned short h, bool fullscreen=false)=0
Initialize the underlying engine that will process events, create windows, etc.
#define LINFO(msg)
Convenience macro for users to print out console or syslog messages, INFO level.
Main namespace for all JeVois classes and functions.