Avatar
Avatar
omochimetaru
https://developer.apple.com/documentation/uikit/uiapplication/1623043-sendevent UIApplication.sendEventにUITouchEvent流し込んだらいけるんかねえ?
今、UITouchイベントをこちら側で生成してsendEventを実行しようとしています。 問題としては、UITouchが保持する座標(location関数で取得可能)を変更可能かということです。 単純にアクセスできない(UITouch.xのような感じ)のですが、変更する方法はありますか?