SDL  2.0
SDL_WaylandOutputData Struct Reference

#include <SDL_waylandvideo.h>

Data Fields

struct wl_output * output
 
float scale_factor
 
int width
 
int height
 
int refresh
 
int transform
 

Detailed Description

Definition at line 86 of file SDL_waylandvideo.h.

Field Documentation

◆ height

int SDL_WaylandOutputData::height

Definition at line 89 of file SDL_waylandvideo.h.

◆ output

struct wl_output* SDL_WaylandOutputData::output

Definition at line 87 of file SDL_waylandvideo.h.

◆ refresh

int SDL_WaylandOutputData::refresh

Definition at line 89 of file SDL_waylandvideo.h.

◆ scale_factor

float SDL_WaylandOutputData::scale_factor

Definition at line 88 of file SDL_waylandvideo.h.

◆ transform

int SDL_WaylandOutputData::transform

Definition at line 89 of file SDL_waylandvideo.h.

◆ width

int SDL_WaylandOutputData::width

Definition at line 89 of file SDL_waylandvideo.h.


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