예제 #1
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Keyboard(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Transition(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Mouse(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Appear(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public DomUpdatedHandler(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 /// <param name="manager">Event manager for the window to use</param>
 public ElementResize(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public UserAction(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 /// <param name="manager">Event manager for the window to use</param>
 /// <param name="registration">The event registration to use</param>
 public MouseCapture(qx.eventx.Manager manager, qx.eventx.Registration registration)
 {
     throw new NotImplementedException();
 }
예제 #9
0
 /// <param name="manager">Event manager for the window to use</param>
 public DragDrop(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #10
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Window(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #11
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Orientation(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #12
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public Direct(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }
예제 #13
0
 public static void RemoveManager(qx.eventx.Manager mgr)
 {
     throw new NotImplementedException();
 }
예제 #14
0
 /// <summary>
 /// <para>Create a new instance</para>
 /// </summary>
 /// <param name="manager">Event manager for the window to use</param>
 public AbstractBubbling(qx.eventx.Manager manager)
 {
     throw new NotImplementedException();
 }