View Full Version : php gestures
can we design our own php gestures.if it is possible tell me how to do it.
is this possible in php
JShor
09-09-2009, 03:03 PM
What are gestures?
Gesture means, suppose if we write some thing on screen through cursor then the certain task should be performed
For example if i write 'C' on screen then it should close the window
JShor
09-10-2009, 05:20 AM
It's not possible in php, php is a server-side scripting language only. Maybe it's possible in JavaScript, but you'd need to write the script entirely from scratch.
Good luck.
check this out as a possible starting point: Javascript: detecting keystrokes (http://www.quirksmode.org/js/keys.html)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.