MPLAB® Harmony Graphics Suite
|
Sets the layer's input rect dimensions. This rectangle controls the input area of the layer. Some use cases may require a layer to accept input even if the input is outside of the physical dimensions of the layer. One example is a touch glass that is larger than the size of a display. Widgets may need to be placed in this invisible external area and still be capable of receiving input events.
Parameters |
Description |
const laLayer* layer |
the layer |
int32_t x |
the x position of the rectangle |
int32_t y |
the y position of the rectangle |
int32_t width |
the width of the rectangle |
int32_t height |
the height of the rectangle |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|