itumo-arigatone / auto_tsumu

I want automatic play tool for tsumu-tsumu.
MIT License
2 stars 1 forks source link

vysorの画面の名前を画面から入力するようにする #19

Closed itumo-arigatone closed 3 years ago

itumo-arigatone commented 3 years ago

現在のindex.tsxに書かれているコード

const command =
      'python ./src/python/tsumu.py SCV42 ' + window.x * 2 + ' ' + window.y * 2;

SCV42の部分は接続するスマホによって名前が変わってしまうので、 画面で指定できるようにする。 あと、TypeScriptの文字列結合ってこんな感じで結合しちゃっていいのか?

itumo-arigatone commented 3 years ago

ウィンドウの名前を入力できるように画面作った。 文字結合はそのまま。