Actions
Bug #4397
closedMissing handling for WTouchEvent in WJavaScript
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
Updated by Koen Deforche about 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.5
Updated by Benoit Daccache about 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Actions