5 #ifndef PPAPI_CPP_MOUSE_CURSOR_H_ 
    6 #define PPAPI_CPP_MOUSE_CURSOR_H_ 
    8 #include "ppapi/c/ppb_mouse_cursor.h" 
   49                         PP_MouseCursor_Type type,
 
   56 #endif  // PPAPI_CPP_MOUSE_CURSOR_H_ 
static bool SetCursor(const InstanceHandle &instance, PP_MouseCursor_Type type, const ImageData &image=ImageData(), const Point &hot_spot=Point(0, 0))
 
Definition: image_data.h:22
 
A 2 dimensional point with 0,0 being the upper-left starting coordinate. 
Definition: point.h:18
 
Definition: mouse_cursor.h:15
 
Definition: instance_handle.h:44