• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problem using Touch-Base UPDD touch-screen drivers in AIR

Participant ,
Jan 13, 2020 Jan 13, 2020

Copy link to clipboard

Copied

SCENARIO

We are trying to get multi-touch functionality with Desktop AIR (30) running on MacMini with Catalan and the touch-base UPDD touch-screen driver (v6). The screen is a iiyama multitouch TF2738. The touchscreen technology is the Weida CoolTouchR System.

 

PROBLEM

Setting Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT result in a NULL value for Multitouch.inputMode and henceforth MultiTouch Events are not receieved by event handlers.

 

Has anyone tried multitouch AIR desktop application on Desktop Mac before? Is there a solution to this? 

 

Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT
//textfield called 'output1'
output1.text = Multitouch.inputMode // returns NONE

//sprite graphic called 'buttond'
buttond.addEventListener(TouchEvent.TOUCH_BEGIN, doGameTouchT)


//never called		
function doGameTouchT(e:TouchEvent){
			
	output.text = "do Touch"
}

 

TOPICS
ActionScript , How to , Other

Views

625

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 13, 2021 Oct 13, 2021

Copy link to clipboard

Copied

LATEST

Hi, did you ever find a solution to this? I have been trying to use Gesture Events (pinch to zoom and pan) with Air for Desktop on Mac using the Ilyama Prolite T2236MSC touchscreen but with no success. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines