Ejemplo n.º 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="LightKeyBind2" /> class.
 /// </summary>
 /// <param name="component">
 ///     The menu component
 /// </param>
 public LightKeyBind2(MenuKeyBind component)
     : base(component)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 ///     Builds a new handler for the given <see cref="MenuKeyBind" />.
 /// </summary>
 /// <param name="component">The <see cref="MenuKeyBind" /> where this handler is responsible for.</param>
 /// <returns>The handler</returns>
 public ADrawable<MenuKeyBind> BuildKeyBindHandler(MenuKeyBind component)
 {
     return new TechKeyBind(component);
 }
Ejemplo n.º 3
0
 /// <summary>
 ///     Builds a new handler for the given <see cref="MenuKeyBind" />.
 /// </summary>
 /// <param name="component">The <see cref="MenuKeyBind" /> where this handler is responsible for.</param>
 /// <returns>The handler</returns>
 public ADrawable<MenuKeyBind> BuildKeyBindHandler(MenuKeyBind component)
 {
     return new LightKeyBind2(component);
 }
Ejemplo n.º 4
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="BlueKeyBind2" /> class.
 /// </summary>
 /// <param name="component">
 ///     The menu component
 /// </param>
 public BlueKeyBind2(MenuKeyBind component)
     : base(component)
 {
 }