Project

General

Profile

Actions

Bug #4397

closed

Missing handling for WTouchEvent in WJavaScript

Added by Benjamin Oldenburg over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Benoit Daccache
Target version:
Start date:
08/15/2015
Due date:
% Done:

0%

Estimated time:
0:30 h

Description

Hello,

you might want to add this to the file 'WJavaScript':

template<>

struct SignalArgTraits

{

static WTouchEvent unMarshal(const JavaScriptEvent& jse, int) {

return WTouchEvent(jse);

}

};

The ones for WMouseEvent and WKeyEvent already exist. The documentation of JSignal and (possibly others) also need/s an update in case you add it.

Kind regards,

Benjamin Oldenburg

Actions #1

Updated by Koen Deforche over 8 years ago

  • Status changed from New to InProgress
  • Assignee set to Benoit Daccache
  • Target version set to 3.3.5
Actions #2

Updated by Benoit Daccache over 8 years ago

  • Status changed from InProgress to Resolved
Actions #3

Updated by Koen Deforche over 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF