]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/profile.cpp
Changed key grabber to grab controller buttons/axes on button down.
[virtualjaguar] / src / gui / profile.cpp
index 854d8cb038b05408e886b6a51af9ebf66c736494..a4d8e57141661974025670a7b769047cadb1e54e 100644 (file)
@@ -443,6 +443,8 @@ void AutoConnectProfiles(void)
        }
 
        // Connect the keyboard device (lowest priority)
+       // N.B.: The keyboard is always mapped to profile #0, so we can locate it
+       //       easily. :-)
        int slot = profile[0].preferredSlot;
 
        if ((slot == CONTROLLER1) && (gamepadIDSlot1 == -1))