Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: touch events? #98

Open
garyfeng opened this issue Jun 29, 2014 · 4 comments
Open

Q: touch events? #98

garyfeng opened this issue Jun 29, 2014 · 4 comments

Comments

@garyfeng
Copy link
Contributor

This just came to my mind -- we may need to do eye-tracking on Surface Pro 2s, which will be touch-driven. How does ioHub handle multi-touch events? If they are handled natively, do we need to "enable" them? Or if they are not in ioHub, how hard do you think it will be to add the support?

Alternatively, I can try to capture multitouch events on the browser side and send messages to Confero. That puts some pressure on getting the bookmarklet/extension done.

@isolver
Copy link
Contributor

isolver commented Jun 29, 2014

HI Gary,

No multitouch support anywhere; this would be a mid sized project.

If you can get them through the browser, then as you said, you can send a
message about them from js to iohub.

Thanks,

Sol

@garyfeng
Copy link
Contributor Author

K. this is good to know. I will need to work on this, then.

  • gary

On Jun 29, 2014, at 11:22 AM, Sol Simpson notifications@github.com wrote:

HI Gary,

No multitouch support anywhere; this would be a mid sized project.

If you can get them through the browser, then as you said, you can send a
message about them from js to iohub.

Thanks,

Sol

Reply to this email directly or view it on GitHub.

@garyfeng
Copy link
Contributor Author

garyfeng commented Jul 1, 2014

out of curiosity -- There is a touch table in the HDF5 database ... was it just a placeholder?

@isolver
Copy link
Contributor

isolver commented Jul 1, 2014

That is for the Elo line of touch screens, which iohub does support (via
the serial interface). It is not multitouch though, just touch press,
release, and move.

On Tue, Jul 1, 2014 at 10:41 AM, garyfeng notifications@github.com wrote:

out of curiosity -- There is a touch table in the HDF5 database ... was it
just a placeholder?


Reply to this email directly or view it on GitHub
#98 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants