|
IMS2
Pre-Alpha
An Orbiter add-on to allow on-runtime construction of spacecraft from predefined modules
|
Struct to store information for blitting properties. More...
Public Attributes | |
| int | targetx |
| left coordinate to blit to | |
| int | targety |
| top coordinate to blit to | |
| int | srcx |
| left coordinate to blit from | |
| int | srcy |
| top coordinates to blit from | |
| int | width |
| width of the rectangle to be blited | |
| int | height |
| height of the rectangle to be blited | |
Struct to store information for blitting properties.
all coordinates are panel-relative coordinates! Should only be used by the GUI internally!