HomeSort by relevance Sort by last modified time
    Searched defs:TouchEvent (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
TouchEvent.cpp 30 #include "TouchEvent.h"
34 TouchEvent::TouchEvent()
41 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches,
56 TouchEvent::~TouchEvent()
60 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches,
TouchEvent.h 36 class TouchEvent : public MouseRelatedEvent {
38 virtual ~TouchEvent();
40 static PassRefPtr<TouchEvent> create()
42 return adoptRef(new TouchEvent);
44 static PassRefPtr<TouchEvent> create(TouchList* touches,
50 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
71 TouchEvent();
72 TouchEvent(TouchList* touches, TouchList* targetTouches,
  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
TouchEvent.java 35 * <code>TouchEvent</code> represents a single event from multi-touch input devices
38 public class TouchEvent extends InputEvent {
107 public TouchEvent() {
111 public TouchEvent(Type type, float x, float y, float deltax, float deltay) {

Completed in 536 milliseconds