Ejemplo n.º 1
0
 public void initMouseEvent(string typeArg, bool canBubbleArg, bool cancelableArg, Web.Window viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, bool ctrlKeyArg, bool altKeyArg, bool shiftKeyArg, bool metaKeyArg, int buttonArg, Web.EventTarget relatedTargetArg)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void initUIEvent(string typeArg, bool canBubbleArg, bool cancelableArg, Web.Window viewArg, int detailArg)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void initPointerEvent(string typeArg, bool canBubbleArg, bool cancelableArg, Web.Window viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, bool ctrlKeyArg, bool altKeyArg, bool shiftKeyArg, bool metaKeyArg, int buttonArg, Web.EventTarget relatedTargetArg, int offsetXArg, int offsetYArg, double widthArg, int heightArg, int pressure, int rotation, int tiltX, int tiltY, int pointerIdArg, object pointerType, int hwTimestampArg, bool isPrimary)
 {
     throw new NotImplementedException();
 }