Skip to main content

HintsShown enum

Namespace: Arlecchino.Hosting · Assembly: Arlecchino

When the framework draws its own box of keys in the corner.

public enum HintsShown

Fields

NameValueSummary
Always0On every frame, listing whatever can be pressed where the cursor is.
WhileWaiting1Only while a chord is half typed, listing the keys that would finish it.
Never2Never. The application draws the keys itself, chords included.