TuxSH / InputRedirectionClient-Qt

Input redirection client for the 3DS using QtGamepad
MIT License
128 stars 28 forks source link

Where is code that sending signal to 3DS #44

Open Sempei opened 4 years ago

Sempei commented 4 years ago

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++がうまく読むことができず、コードの場所を探すことができませんでした。

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

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

C-Loftus commented 2 years ago

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);