简体   繁体   English

如何在C#WPF应用程序中接收电话触摸?

[英]How can I receive phone touch in a C# WPF app?

I'm looking for tool which allow me to send "touch" from my phone to PC app. 我正在寻找一种工具,可以将手机的“触摸”发送到PC应用程序。 I mean, something like android app, or website, with a simple one button, and if i click it on my phone, i am able to retrieve this click in my PC app. 我的意思是,像android app或网站这样的东西,只需一个简单的按钮,如果我在手机上单击它,便可以在PC应用程序中检索此点击。 I know I can write a simple one button app in xamarin, create database, set dependencies, write pc app connected with this db, and it will work, but maybe there is any ready solution? 我知道我可以在xamarin中编写一个简单的一键式应用程序,创建数据库,设置依赖项,编写与此数据库连接的PC应用程序,它可以工作,但是也许有任何现成的解决方案? My target is C# WPF app on pc, but i believe it's not too important. 我的目标是在PC上使用C#WPF应用程序,但我认为它不太重要。 During research i found some Android SQL Clients, where I can connect with my database, execute queries, view tables etc. but i need just one simple button - it will be used by kids. 在研究过程中,我发现了一些Android SQL客户端,可以在其中连接数据库,执行查询,查看表等。但是我只需要一个简单的按钮-孩子们就可以使用它。

You might want to look into RTC and you could really quickly set up a react-native app for webrtc. 您可能需要研究RTC,并且可以真正快速地为webrtc设置react-native应用程序。 This only requires STUN/TURN server to 'find' one another--I'm pretty sure others also offer this service for free. 这只需要STUN / TURN服务器彼此“查找”-我很确定其他人也可以免费提供此服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM