| 1431 | } |
| 1432 | |
| 1433 | void PiuContent_focus(xsMachine *the) |
| 1434 | { |
| 1435 | PiuContent* self = PIU(Content, xsThis); |
| 1436 | if ((*self)->application) { |
| 1437 | PiuApplicationSetFocus((*self)->application, self); |
| 1438 | } |
| 1439 | } |
| 1440 | |
| 1441 | void PiuContent_hit(xsMachine *the) |
| 1442 | { |
nothing calls this directly
no test coverage detected