Skip to content

Commit

Permalink
Fix comment typos in enum GestureType (MonoGame#7658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett208 authored and viniciusjarina committed Apr 24, 2022
1 parent 237c530 commit cf16c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MonoGame.Framework/Input/Touch/GestureType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ public enum GestureType
/// <remarks>Flicks does not contain position information. The velocity of it can be read from <see cref="GestureSample.Delta"/></remarks>
Flick = 4,
/// <summary>
/// The use touched a point and then performed a free-form drag.
/// The user touched a point and then performed a free-form drag.
/// </summary>
FreeDrag = 8,
/// <summary>
/// The use touched a single point for approximately one second.
/// The user touched a single point for approximately one second.
/// </summary>
/// <remarks>As this is a single event, it will not be contionusly fired while the user is holding the touch-point.</remarks>
Hold = 16,
Expand Down

0 comments on commit cf16c47

Please sign in to comment.