Quote:
Originally Posted by cgmv123
|
Questions: 1) Where does the axxes and button numbers get assigned to names, for easier use in the rest of the programming? 2) What is the significance of the line: return ((0x1 << (button - 1)) & m_ds.getStickButtons(m_port)) != 0; Does this only apply if we want to use the back triggers as buttons instead of axis 3, or do we need the line either way?
Thanks