#include <graphicsqueue.h>
Inheritance diagram for UpdateRectOp:

Public Member Functions | |
| UpdateRectOp (SDL_Surface *screen, Sint32 x, Sint32 y, Sint32 w, Sint32 h) | |
| void | execute () |
Definition at line 16 of file graphicsqueue.h.
| UpdateRectOp::UpdateRectOp | ( | SDL_Surface * | screen, | |
| Sint32 | x, | |||
| Sint32 | y, | |||
| Sint32 | w, | |||
| Sint32 | h | |||
| ) | [inline] |
Definition at line 20 of file graphicsqueue.h.
| void UpdateRectOp::execute | ( | ) | [virtual] |
Implements GraphicsQueueOperation.
Definition at line 421 of file events.cpp.
References mouseUpdateFlag, postScreenUpdate, and screen.
1.5.1