Home
last modified time | relevance | path

Searched refs:controller_guids (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/
A Dsort_controllers.py13 controller_guids = {} variable
51 global controller_guids
54 if (entry[1] in controller_guids and entry[1] not in conditionals):
56 existing_name = controller_guids[entry[1]][2]
63 controller_guids[entry[1]][2] = "(DUPE) " + existing_name
65 controller_guids[entry[1]] = entry
75 controller_guids = {}

Completed in 3 milliseconds