InputRedirectionClient-Qt icon indicating copy to clipboard operation
InputRedirectionClient-Qt copied to clipboard

Where is code that sending signal to 3DS

Open Sempei opened this issue 5 years ago • 1 comments

Please tell me where sending signal code.

I try to control 3DS By reference to your InputRedirectionClient-Qt. but, I cant read C++ well(maybe QT?).

I want to make sending signal code with keyboard.

I apologize for my poor English.

信号を送っているコードの場所を教えてもらえないでしょうか。

InputRedirectionClient-Qtを参考に3DSを操作しようとしているのですが C++がうまく読むことができず、コードの場所を探すことができませんでした。

パッドのボタンが押された時のイベントの発生条件を キーボードが押されたときに変えて信号を送るコードを作りたいのです。

つたない英語でごめんなさい。

Sempei avatar Feb 28 '20 03:02 Sempei

To my understanding ,it comes from this code. It starts a socket which the host will then read data from.

QUdpSocket().writeDatagram(ba, QHostAddress(ipAddress), 4950);

C-Loftus avatar Jun 29 '22 22:06 C-Loftus