Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
_GLFWjoystickLinux Struct Reference

#include <linux_joystick.h>

Public Attributes

int fd
 
char path [PATH_MAX]
 
int keyMap [KEY_CNT - BTN_MISC]
 
int absMap [ABS_CNT]
 
struct input_absinfo absInfo [ABS_CNT]
 
int hats [4][2]
 

Detailed Description

Definition at line 38 of file linux_joystick.h.

Member Data Documentation

◆ absInfo

struct input_absinfo _GLFWjoystickLinux::absInfo[ABS_CNT]

Definition at line 44 of file linux_joystick.h.

◆ absMap

int _GLFWjoystickLinux::absMap[ABS_CNT]

Definition at line 43 of file linux_joystick.h.

◆ fd

int _GLFWjoystickLinux::fd

Definition at line 40 of file linux_joystick.h.

◆ hats

int _GLFWjoystickLinux::hats[4][2]

Definition at line 45 of file linux_joystick.h.

◆ keyMap

int _GLFWjoystickLinux::keyMap[KEY_CNT - BTN_MISC]

Definition at line 42 of file linux_joystick.h.

◆ path

char _GLFWjoystickLinux::path[PATH_MAX]

Definition at line 41 of file linux_joystick.h.


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