Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Input.MouseMotionEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal MouseMotionEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Graphics.VideoExposeEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal VideoExposeEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }
 /// <summary>
 /// Creates the event arguments.
 /// </summary>
 /// <returns>
 /// The event arguments.
 /// </returns>
 /// <param name='e'>
 /// The ${ParameterType} instance containing the event data.
 /// </param>
 /// <exception cref='NotImplementedException'>
 /// Is thrown when a requested operation is not implemented for a given type.
 /// </exception>
 public static new VideoExposeEventArgs CreateEventArgs(SdlSystem.SDL_Event e)
 {
     return(new VideoExposeEventArgs(e));
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Input.KeyboardEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal KeyboardEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }
Exemple #5
0
 /// <summary>
 /// Creates the event arguments.
 /// </summary>
 /// <returns>
 /// The event arguments.
 /// </returns>
 /// <param name='e'>
 /// The ${ParameterType} instance containing the event data.
 /// </param>
 /// <exception cref='NotImplementedException'>
 /// Is thrown when a requested operation is not implemented for a given type.
 /// </exception>
 public static new KeyboardEventArgs CreateEventArgs(SdlSystem.SDL_Event e)
 {
     return(new KeyboardEventArgs(e));
 }
Exemple #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Graphics.VideoResizeEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal VideoResizeEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }
 /// <summary>
 /// Creates the event arguments.
 /// </summary>
 /// <returns>
 /// The event arguments.
 /// </returns>
 /// <param name='e'>
 /// The ${ParameterType} instance containing the event data.
 /// </param>
 /// <exception cref='NotImplementedException'>
 /// Is thrown when a requested operation is not implemented for a given type.
 /// </exception>
 public static new JoystickHatEventArgs CreateEventArgs(SdlSystem.SDL_Event e)
 {
     return(new JoystickHatEventArgs(e));
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Input.JoystickHatEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal JoystickHatEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }
Exemple #9
0
 /// <summary>
 /// Creates the event arguments.
 /// </summary>
 /// <returns>
 /// The event arguments.
 /// </returns>
 /// <param name='e'>
 /// The ${ParameterType} instance containing the event data.
 /// </param>
 /// <exception cref='NotImplementedException'>
 /// Is thrown when a requested operation is not implemented for a given type.
 /// </exception>
 public static new MouseButtonEventArgs CreateEventArgs(SdlSystem.SDL_Event e)
 {
     return(new MouseButtonEventArgs(e));
 }
Exemple #10
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Sdl.Input.JoystickButtonEventArgs"/> class.
 /// </summary>
 /// <param name='ev'>
 /// Ev.
 /// </param>
 internal JoystickButtonEventArgs(SdlSystem.SDL_Event ev) : base(ev)
 {
 }