RetroArch
Public Attributes | List of all members
menu_ctx_iterate Struct Reference

#include <menu_driver.h>

Collaboration diagram for menu_ctx_iterate:
[legend]

Public Attributes

enum menu_action action
 
struct {
   int16_t   x
 
   int16_t   y
 
   bool   touch
 
pointer
 
struct {
   int16_t   x
 
   int16_t   y
 
   struct {
      bool   left
 
      bool   right
 
   }   buttons
 
   struct {
      bool   up
 
      bool   down
 
   }   wheel
 
mouse
 

Member Data Documentation

◆ action

enum menu_action menu_ctx_iterate::action

◆ buttons

struct { ... } menu_ctx_iterate::buttons

◆ down

bool menu_ctx_iterate::down

◆ left

bool menu_ctx_iterate::left

◆ mouse

struct { ... } menu_ctx_iterate::mouse

◆ pointer

struct { ... } menu_ctx_iterate::pointer

◆ right

bool menu_ctx_iterate::right

◆ touch

bool menu_ctx_iterate::touch

◆ up

bool menu_ctx_iterate::up

◆ wheel

struct { ... } menu_ctx_iterate::wheel

◆ x

int16_t menu_ctx_iterate::x

◆ y

int16_t menu_ctx_iterate::y

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