mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 18:22:02 +00:00
add info to control_scheme enum because I can't remember the difference!
This commit is contained in:
parent
9bed866c5f
commit
6c743c50f1
1 changed files with 3 additions and 3 deletions
|
@ -74,9 +74,9 @@ typedef struct {
|
|||
} ovrTrackedController;
|
||||
|
||||
typedef enum control_scheme {
|
||||
RIGHT_HANDED_DEFAULT = 0,
|
||||
LEFT_HANDED_DEFAULT = 10,
|
||||
LEFT_HANDED_ALT = 11
|
||||
RIGHT_HANDED_DEFAULT = 0, // x,y,a,b - trigger,grip,joystick btn,thumb left/right - joystick axis left/right
|
||||
LEFT_HANDED_DEFAULT = 10, // a,b,x,y - trigger,grip,joystick btn,thumb right/left - joystick axis right/left
|
||||
LEFT_HANDED_ALT = 11 // x,y,a,b - trigger,grip,joystick btn,thumb right/left - joystick axis left/right
|
||||
} control_scheme_t;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue