Use verbatim strings in tooltip descriptions
Additionally escapes backslashes in the tooltip string. Only character that needs to be manually escaped is the double quotation marks.
This commit is contained in:
@@ -745,7 +745,7 @@ API_ENUM() enum class KeyboardKeys
|
||||
LeftBracket = 0xDB,
|
||||
|
||||
/// <summary>
|
||||
/// Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard the '\\|' key
|
||||
/// Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard the '\|' key
|
||||
/// </summary>
|
||||
Backslash = 0xDC,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user