RetroArch
Public Attributes | List of all members
menu_input Struct Reference

#include <menu_input.h>

Collaboration diagram for menu_input:
[legend]

Public Attributes

struct {
   unsigned   ptr
 
mouse
 
struct {
   bool   back
 
   bool   pressed [2]
 
   int16_t   x
 
   int16_t   y
 
   int16_t   dx
 
   int16_t   dy
 
   unsigned   ptr
 
   unsigned   counter
 
   float   accel
 
pointer
 

Member Data Documentation

◆ accel

float menu_input::accel

◆ back

bool menu_input::back

◆ counter

unsigned menu_input::counter

◆ dx

int16_t menu_input::dx

◆ dy

int16_t menu_input::dy

◆ mouse

struct { ... } menu_input::mouse

◆ pointer

struct { ... } menu_input::pointer

◆ pressed

bool menu_input::pressed[2]

◆ ptr

unsigned menu_input::ptr

◆ x

int16_t menu_input::x

◆ y

int16_t menu_input::y

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