File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
Feature Request: Touch Pressure Detection - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: General (https://murlengine.com/forum/forumdisplay.php?fid=8) +--- Thread: Feature Request: Touch Pressure Detection (/showthread.php?tid=14) |
Feature Request: Touch Pressure Detection - ymyw - 04 May 2013 It is very useful for the interactive purpose on touch devices like piano, illustration and many more other apps. Android: MotionEvent - getPressure() http://developer.android.com/reference/android/view/MotionEvent.html#getPressure() iOS: UITouch - valueForKey:@"pathMajorRadius" http://easyplace.wordpress.com/2013/04/09/how-to-detect-touch-size-in-ios/ pathMajorRadius seems non documented API but actually be approved by Apple so the apps that use the API are out there following. Cantor https://itunes.apple.com/us/app/cantor/id528194314?mt=8 Virtuoso Piano https://itunes.apple.com/us/app/virtuoso-piano-free-2-hd/id304075989?mt=8 RE: Feature Request: Touch Pressure Detection - dizzy - 06 May 2013 Thanks for your suggestion! This looks like a useful feature, which we might add in the near future. Stay tuned! dizzy |