Removed unused code from msgpump()
This commit is contained in:
parent
107c8708fb
commit
4058af1271
1 changed files with 0 additions and 6 deletions
|
@ -1082,12 +1082,6 @@ int handle_msgpump()
|
|||
{
|
||||
int got = 0;
|
||||
SDL_Event rEvent;
|
||||
int keycode;
|
||||
if (delayed_mousebutton) {
|
||||
--delayed_mousebutton;
|
||||
if (delayed_mousebutton == 0)
|
||||
setmousebuttonstate(0, 0, 1);
|
||||
}
|
||||
|
||||
while (SDL_PollEvent(&rEvent))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue