RetroArch
Classes | Macros | Typedefs
wayland_common.h File Reference
#include <stdint.h>
#include <boolean.h>
#include <linux/input.h>
#include <wayland-client.h>
#include <wayland-cursor.h>
#include "../../input/input_driver.h"
Include dependency graph for wayland_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wayland_touch_data_t
 
struct  input_ctx_wayland_data
 

Macros

#define UDEV_KEY_MAX   0x2ff
 
#define UDEV_MAX_KEYS   (UDEV_KEY_MAX + 7) / 8
 
#define MAX_TOUCHES   16
 

Typedefs

typedef struct input_ctx_wayland_data input_ctx_wayland_data_t
 

Macro Definition Documentation

◆ MAX_TOUCHES

#define MAX_TOUCHES   16

◆ UDEV_KEY_MAX

#define UDEV_KEY_MAX   0x2ff

◆ UDEV_MAX_KEYS

#define UDEV_MAX_KEYS   (UDEV_KEY_MAX + 7) / 8

Typedef Documentation

◆ input_ctx_wayland_data_t