mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Move the axis to button map code back into the rel code.
This might solve some problems, but should at least prevent some odd behavior.
This commit is contained in:
@@ -174,12 +174,12 @@ typedef struct {
|
||||
int v[REL_MAX];
|
||||
int count;
|
||||
int map[REL_MAX];
|
||||
int btnMap[REL_MAX][2];
|
||||
} evdevRelRec, *evdevRelPtr;
|
||||
|
||||
typedef struct {
|
||||
int axes;
|
||||
int v[ABS_MAX];
|
||||
int btnMap[ABS_MAX][2];
|
||||
} evdevAxesRec, *evdevAxesPtr;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user