Browse Source

Updated inaccurate xmldoc.

improved_timing
Ian Burgmyer 6 years ago committed by GitHub
parent
commit
3dcb247e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      DotSDL/Events/EventHandler.cs

4
DotSDL/Events/EventHandler.cs

@ -9,8 +9,8 @@ namespace DotSDL.Events {
internal static class EventHandler {
/// <summary>
/// An incredibly unsafe function that forcibly casts one type to
/// another. This is used to convert between SDL2 events, since C# has
/// no concept of union types.
/// another. This is used to convert between SDL2 events so that the
/// user doesn't have to pick the correct type.
/// </summary>
/// <typeparam name="T">The type to cast to.</typeparam>
/// <param name="sdlEvent">The event that should be converted.</param>

Loading…
Cancel
Save