Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
cef_cursor_info_t Struct Reference

Structure representing cursor information. More...

#include "include/internal/cef_types.h"

Inheritance diagram for cef_cursor_info_t:
CefCursorInfo

Public Attributes

cef_point_t hotspot
 
float image_scale_factor
 
void * buffer
 
cef_size_t size
 

Detailed Description

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.

Member Data Documentation

◆ buffer

void* cef_cursor_info_t::buffer

◆ hotspot

cef_point_t cef_cursor_info_t::hotspot

◆ image_scale_factor

float cef_cursor_info_t::image_scale_factor

◆ size

cef_size_t cef_cursor_info_t::size

The documentation for this struct was generated from the following file: