View Single Post
Old 10-05-2012, 11:04 AM   #35
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by digimuzik View Post
It's still interacting with hardware. Even though I took electrical engineering in school, my brain has been muddied this past half decade by pure computer programming only. Give me a website or some open-source software, and I can tweak it to do whatever I want. Give me access to hardware interaction like a touch screen, and I'll tinker, but I have zero experience with it.
Aw, so ....
I can see now that it is just a matter of the terminology in use.

What you say you don't do is: System's Programming.
What you say you do is: Application's Programming.

If the system's event interface provides outputs for those actions, then what you request is a matter of: Application's Programming.

The System's Programming layer(s) between you and the hardware will deal with the hardware for you.

Gestures are typically presented as if they where key presses -

So if you can handle some strange key press (? Alt-Ctrl-Mode-Shift-X ?) then you can handle a touch screen gesture.
Without even knowing it came from a touch screen.
knc1 is offline   Reply With Quote