| 
    Chromium Embedded Framework (CEF)
    127.1.0+ga1ec504+chromium-127.0.6533.57
    
   | 
 
Structure representing cursor information. More...
#include "include/internal/cef_types.h"
  
Public Attributes | |
| cef_point_t | hotspot | 
| float | image_scale_factor | 
| void * | buffer | 
| cef_size_t | size | 
Structure representing cursor information.
|buffer| will be |size.width|*|size.height|*4 bytes in size and represents a BGRA image with an upper-left origin.
| void* cef_cursor_info_t::buffer | 
| cef_point_t cef_cursor_info_t::hotspot | 
| float cef_cursor_info_t::image_scale_factor | 
| cef_size_t cef_cursor_info_t::size |