Beispiel #1
0
        /// <summary>Set the current key modifier state for the keyboard.</summary>
/// <remarks>This does not change the keyboard state, only the key modifier flags.</remarks>
        public static void SetModState(global::SharpSDL.KeyModifier modstate)
        {
            __Internal.SetModState(modstate);
        }
Beispiel #2
0
 internal static extern void SetModState(global::SharpSDL.KeyModifier modstate);