Wait a couple frames for a second press, since inputs aren't coming
in a single update in Linux. These really should tend to come in a single update, but I don't have the adapter to investigate. Probably something SDL-related ...
This commit is contained in:
@@ -45,7 +45,7 @@ private:
|
||||
int m_iCurButton;
|
||||
int m_iCurSlot;
|
||||
|
||||
bool m_bWaitingForPress;
|
||||
int m_iWaitingForPress;
|
||||
DeviceInput m_DeviceIToMap;
|
||||
|
||||
BitmapText m_textError;
|
||||
|
||||
Reference in New Issue
Block a user