Show / Hide Table of Contents

    Enum KeyClicks

    The different haptic modes

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    [Flags]
    public enum KeyClicks

    Fields

    Name Description
    Audio

    GIVE ME TOUCH SOUNDS!

    AudioHaptic

    Both audio and haptic

    Default

    The system default haptic, if detectable (which it is not on iOS)

    Haptic

    GIVE ME TOUCH Haptic Feedback!

    Off

    No haptic response

    Extension Methods

    DebugExtensions.AddToCensus()
    DebugExtensions.RemoveFromCensus()
    ReflectionExtensions.GetProperties()
    ReflectionExtensions.GetProperty(String)
    ReflectionExtensions.PropertyNames()
    ReflectionExtensions.PropertyExists(String)
    ReflectionExtensions.HasProperty(String)
    ReflectionExtensions.GetPropertyValue(String)
    ReflectionExtensions.SetPropertyValue(String, Object)
    ReflectionExtensions.GetFieldValue(String)
    ReflectionExtensions.SetFieldValue(String, Object)
    ReflectionExtensions.CallMethod(String, Object[])
    Back to top Copyright © 2018 42nd Parallel