display_invalidate
Description:
public virtual signal void display_invalidate (
int x,
int y,
int w,
int h)
The display_invalidate signal is emitted when the rectangular region x/y/w/h of the primary buffer is updated.
Parameters:
| x |
x position
|
| y |
y position
|
| height |
height
|
| width |
width
|