Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35901
Collapse All | Expand All

(-)src/sdloutput.c.orig (+4 lines)
Lines 239-244 Link Here
239
        if( event.type == SDL_MOUSEBUTTONDOWN ) {
239
        if( event.type == SDL_MOUSEBUTTONDOWN ) {
240
            input_callback( in, I_BUTTONPRESS, event.button.button );
240
            input_callback( in, I_BUTTONPRESS, event.button.button );
241
        }
241
        }
242
243
        if( event.type == SDL_MOUSEBUTTONUP ) {
244
            input_callback( in, I_BUTTONRELEASE, event.button.button );
245
        }
242
    }
246
    }
243
}
247
}
244
248

Return to bug 35901