Implement data driven joysticks (#22947)
This commit is contained in:
parent
938badc3b0
commit
53a0cdc446
10 changed files with 97 additions and 31 deletions
|
@ -320,3 +320,5 @@ LICENSE_TEXTS = [
|
|||
you may not use this file except in compliance with the License.
|
||||
"""]),
|
||||
]
|
||||
|
||||
JOYSTICK_AXES = ['x', 'y', 'z', 'rx', 'ry', 'rz']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue