RetroArch
Functions | Variables
android_joypad.c File Reference
#include "../input_driver.h"
#include "../drivers_keyboard/keyboard_event_android.h"
Include dependency graph for android_joypad.c:

Functions

static const char * android_joypad_name (unsigned pad)
 
static bool android_joypad_init (void *data)
 
static bool android_joypad_button (unsigned port, uint16_t joykey)
 
static int16_t android_joypad_axis (unsigned port, uint32_t joyaxis)
 
static void android_joypad_poll (void)
 
static bool android_joypad_query_pad (unsigned pad)
 
static void android_joypad_destroy (void)
 

Variables

input_device_driver_t android_joypad
 

Function Documentation

◆ android_joypad_axis()

static int16_t android_joypad_axis ( unsigned  port,
uint32_t  joyaxis 
)
static

◆ android_joypad_button()

static bool android_joypad_button ( unsigned  port,
uint16_t  joykey 
)
static
Here is the call graph for this function:

◆ android_joypad_destroy()

static void android_joypad_destroy ( void  )
static

◆ android_joypad_init()

static bool android_joypad_init ( void data)
static

◆ android_joypad_name()

static const char* android_joypad_name ( unsigned  pad)
static

◆ android_joypad_poll()

static void android_joypad_poll ( void  )
static

◆ android_joypad_query_pad()

static bool android_joypad_query_pad ( unsigned  pad)
static

Variable Documentation

◆ android_joypad

input_device_driver_t android_joypad
Initial value:
= {
"android",
}
static bool android_joypad_query_pad(unsigned pad)
Definition: android_joypad.c:92
static void android_joypad_destroy(void)
Definition: android_joypad.c:98
static bool android_joypad_init(void *data)
Definition: android_joypad.c:26
static int16_t android_joypad_axis(unsigned port, uint32_t joyaxis)
Definition: android_joypad.c:64
#define NULL
Pointer to 0.
Definition: gctypes.h:65
static void android_joypad_poll(void)
Definition: android_joypad.c:88
static const char * android_joypad_name(unsigned pad)
Definition: android_joypad.c:21
static bool android_joypad_button(unsigned port, uint16_t joykey)
Definition: android_joypad.c:31