equal
deleted
inserted
replaced
60 { |
60 { |
61 int queueevent_mouse = 0, queueevent_kbd = 0; |
61 int queueevent_mouse = 0, queueevent_kbd = 0; |
62 static int buttons = 0; |
62 static int buttons = 0; |
63 static int mouse_x = 0, mouse_y = 0, mouse_z = 0; |
63 static int mouse_x = 0, mouse_y = 0, mouse_z = 0; |
64 int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0; |
64 int x = 0, y = 0, z = 0, rx = 0, ry = 0, rz = 0; |
65 uint32 sym; |
|
66 int pressed_mouse, pressed_kbd; |
65 int pressed_mouse, pressed_kbd; |
67 SDL_keysym keysym; |
66 SDL_keysym keysym; |
68 |
67 |
69 posted = 0; |
68 posted = 0; |
70 |
69 |