| 1071 | } |
| 1072 | |
| 1073 | void PiuContent_set_duration(xsMachine *the) |
| 1074 | { |
| 1075 | PiuContent* self = PIU(Content, xsThis); |
| 1076 | PiuContentSetDuration(self, xsToNumber(xsArg(0))); |
| 1077 | } |
| 1078 | |
| 1079 | void PiuContent_set_exclusiveTouch(xsMachine *the) |
| 1080 | { |
nothing calls this directly
no test coverage detected