| 774 | } |
| 775 | |
| 776 | void PiuContent_get_duration(xsMachine *the) |
| 777 | { |
| 778 | PiuContent* self = PIU(Content, xsThis); |
| 779 | if ((*self)->idleOffset) |
| 780 | xsResult = xsNumber(PiuContentUseIdle(self)->duration); |
| 781 | else |
| 782 | xsResult = xsNumber(0); |
| 783 | } |
| 784 | |
| 785 | void PiuContent_get_exclusiveTouch(xsMachine *the) |
| 786 | { |
nothing calls this directly
no test coverage detected