#include <rect.h>
Data Fields | |
| int32_t | left |
| int32_t | top |
| int32_t | right |
| int32_t | bottom |
ARect is a struct that represents a rectangular window area.
It is used with ANativeActivityCallbacks::onContentRectChanged event callback and ANativeWindow_lock() function.
| int32_t bottom |
bottom position
| int32_t left |
left position
| int32_t right |
left position
| int32_t top |
top position