RouletteIdeas.com

Meta => Archives => Topic started by: VLS on Oct 15, 2022, 07:31 AM

Title: Manual input module
Post by: VLS on Oct 15, 2022, 07:31 AM
Manual input:

Input_Manual-input.png

Code (csharp) Select
        /// <summary>
        /// Gets the identifier.
        /// </summary>
        /// <value>The identifier.</value>
        public string Id => "Input_Manual-input";

        /// <summary>
        /// Gets the name.
        /// </summary>
        /// <value>The name.</value>
        public string Name => "Manual input";

        /// <summary>
        /// Gets the description.
        /// </summary>
        /// <value>The description.</value>
        public string Description => "European input layout";

        /// <summary>
        /// Gets the type.
        /// </summary>
        /// <value>The type.</value>
        public string Type => "Input";

        /// <summary>
        /// Gets the version.
        /// </summary>
        /// <value>The version.</value>
        public string Version => "0.1.0";

        /// <summary>
        /// Gets the core.
        /// </summary>
        /// <value>The core.</value>
        public string Core => "0.1.0";