Chromium Embedded Framework (CEF)
106.0.15+gbb70d04+chromium-106.0.5249.12
|
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 |