Skip to content

v1.2.0

Compare
Choose a tag to compare
@Orange-Panda Orange-Panda released this 23 Oct 00:59
· 59 commits to main since this release

Added

  • Added descriptions for Positive and Negative axis range on Glyph
    • If you have created custom components you are encouraged to use GetDescription() instead of the now obsolete Description
  • Added a brand new Glyph Map Editor
    • Quickly generate a glyph map based on your project's Rewired controller maps
    • Validate glyph values against the expected definitions from your project's Controller Data Files asset
  • Added GetKeyboardGlyph and GetMouseGlyph functions to the InputGlyphs class
  • Exposed previously private methods GetNativeGlyphFromGuidMap, GetNativeGlyphFromHardwareMap, and GetNativeGlyphFromTemplateMap in InputGlyphs class
    • These methods are not recommended in most cases, but may be useful if you need tight control over glyph output.