Fix code style warnings for `OpposingDirPolicy` docs

fixes ec69033d9
This commit is contained in:
YoshiRulz 2024-09-23 04:36:23 +10:00
parent ec69033d9a
commit d804b6ce17
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 0 deletions

View File

@ -38,8 +38,10 @@
{
/// <summary>if both directions are pressed, only the most recently pressed (of the pair) will be sent</summary>
Priority = 0,
/// <summary>if both directions are pressed, they will "cancel out" and neither will be sent</summary>
Forbid = 1,
/// <summary>both directions will be sent when both are pressed</summary>
Allow = 2,
}