mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Add comments
This commit is contained in:
parent
00518d3470
commit
5790f13798
@ -18,7 +18,7 @@
|
||||
|
||||
enum gamepad_pad_axes
|
||||
{
|
||||
AXIS_LEFT_ANALOG_X,
|
||||
AXIS_LEFT_ANALOG_X = 0,
|
||||
AXIS_LEFT_ANALOG_Y,
|
||||
AXIS_RIGHT_ANALOG_X,
|
||||
AXIS_RIGHT_ANALOG_Y,
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include "input_x11_common.h"
|
||||
|
||||
/* TODO/FIXME - static globals */
|
||||
static bool x11_mouse_wu;
|
||||
static bool x11_mouse_wd;
|
||||
static bool x11_mouse_hwu;
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include "linux_common.h"
|
||||
|
||||
/* TODO/FIXME - static globals */
|
||||
static struct termios oldTerm, newTerm;
|
||||
static long oldKbmd = 0xffff;
|
||||
static bool linux_stdin_claimed = false;
|
||||
|
@ -29,7 +29,8 @@
|
||||
#include "keyboard_event_apple.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
static bool small_keyboard_active;
|
||||
/* TODO/FIXME - static globals */
|
||||
static bool small_keyboard_active = false;
|
||||
|
||||
#define HIDKEY(X) X
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user