RetroArch
Functions | Variables
input_x11_common.c File Reference
#include <libretro.h>
#include "input_x11_common.h"
Include dependency graph for input_x11_common.c:

Functions

int16_t x_mouse_state_wheel (unsigned id)
 
void x_input_poll_wheel (XButtonEvent *event, bool latch)
 

Variables

static bool x11_mouse_wu
 
static bool x11_mouse_wd
 

Function Documentation

◆ x_input_poll_wheel()

void x_input_poll_wheel ( XButtonEvent *  event,
bool  latch 
)
Here is the caller graph for this function:

◆ x_mouse_state_wheel()

int16_t x_mouse_state_wheel ( unsigned  id)
Here is the caller graph for this function:

Variable Documentation

◆ x11_mouse_wd

bool x11_mouse_wd
static

◆ x11_mouse_wu

bool x11_mouse_wu
static