removes some code that shouldn't have been committed, fixes up a problem with rapid fire with buttons
git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@105 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
This commit is contained in:
committed by
virtuoussin13
parent
eaebcb6e2f
commit
384b890f12
@ -94,6 +94,7 @@ void Button::jsevent( int value ) {
|
||||
}
|
||||
if (!isButtonPressed && rapidfire) {
|
||||
timer->stop();
|
||||
disconnect(timer, SIGNAL(timeout()), 0, 0);
|
||||
if(isDown) {
|
||||
click(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user