]> git.tdb.fi Git - libs/gui.git/commit
Go back to using vector to store devices in a Hub
authorMikko Rasa <tdb@tdb.fi>
Thu, 17 Nov 2022 09:41:50 +0000 (11:41 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 17 Nov 2022 09:41:50 +0000 (11:41 +0200)
commitf01fa56a13100ed04c94c9d8b17fbdcf0f0a8bad
tree1eb55e709478387e7e59b97d99f232a0d1ae0696
parentfc345700e4d49b85e6d1029e8a0f5f442bc5280d
Go back to using vector to store devices in a Hub

Hashed names generate ridiculously large button and axis indices, and
Device stores them all in vectors.  The predictability issue will be
solved in a different way.
source/input/hub.cpp
source/input/hub.h