Manual input module

Started by VLS, Oct 15, 2022, 07:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

VLS

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";
Email/Paypal: betselection@gmail.com

-- Victor