Blender  V3.3
Public Member Functions | List of all members
WaylandDynload_Cursor Struct Reference

#include <wayland_dynload_cursor.h>

Public Member Functions

struct wl_cursor_theme *WL_DYN_FN() wl_cursor_theme_load (const char *name, int size, struct wl_shm *shm)
 
void WL_DYN_FN() wl_cursor_theme_destroy (struct wl_cursor_theme *theme)
 
struct wl_cursor *WL_DYN_FN() wl_cursor_theme_get_cursor (struct wl_cursor_theme *theme, const char *name)
 
struct wl_buffer *WL_DYN_FN() wl_cursor_image_get_buffer (struct wl_cursor_image *image)
 
int WL_DYN_FN() wl_cursor_frame (struct wl_cursor *cursor, uint32_t time)
 
int WL_DYN_FN() wl_cursor_frame_and_duration (struct wl_cursor *cursor, uint32_t time, uint32_t *duration)
 

Detailed Description

Definition at line 39 of file wayland_dynload_cursor.h.

Member Function Documentation

◆ wl_cursor_frame()

int WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_frame ( struct wl_cursor *  cursor,
uint32_t  time 
)

◆ wl_cursor_frame_and_duration()

int WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_frame_and_duration ( struct wl_cursor *  cursor,
uint32_t  time,
uint32_t duration 
)

◆ wl_cursor_image_get_buffer()

struct wl_buffer* WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_image_get_buffer ( struct wl_cursor_image *  image)

◆ wl_cursor_theme_destroy()

void WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_theme_destroy ( struct wl_cursor_theme *  theme)

◆ wl_cursor_theme_get_cursor()

struct wl_cursor* WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_theme_get_cursor ( struct wl_cursor_theme *  theme,
const char *  name 
)

◆ wl_cursor_theme_load()

struct wl_cursor_theme* WL_DYN_FN() WaylandDynload_Cursor::wl_cursor_theme_load ( const char *  name,
int  size,
struct wl_shm *  shm 
)

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