Chromium Embedded Framework (CEF)
128.4.2+g5c235a2+chromium-128.0.6613.18
|
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 |