the pressure sensitive buttons work with motionjoy,and the tilt function does guaranteed
,very sensitive though
<?php
/*
=) - no license....
*/
$LFS = 'S2';
$PS3 = "PS3";
$int = ($PS3 + $LFS) - $LFS; // integers in strings will be added, smartass characters otherwise ignored..
echo "S$int";
// Result: this code will output 'S3'
?>