Go to the documentation of this file.
   12 #ifndef VIDEO_VIDEO_DRIVER_HPP 
   13 #define VIDEO_VIDEO_DRIVER_HPP 
   15 #include "../driver.h" 
   16 #include "../core/geometry_type.hpp" 
   28   virtual void MakeDirty(
int left, 
int top, 
int width, 
int height) = 0;
 
   59   virtual bool ClaimMousePointer()