()
| 2589 | return Il2Cpp.Api.PointerEventData._set_clickCount(this.handle, clickCount); |
| 2590 | } |
| 2591 | get_clickCount() { |
| 2592 | return Il2Cpp.Api.PointerEventData._get_clickCount(this.handle); |
| 2593 | } |
| 2594 | set_clickTime(clickTime) { |
| 2595 | return Il2Cpp.Api.PointerEventData._set_clickTime(this.handle, clickTime); |
| 2596 | } |
no test coverage detected