Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL_DragEvent: Add SDL_DragEvents #13

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

SDL_DragEvent: Add SDL_DragEvents #13

wants to merge 8 commits into from

Commits on May 6, 2020

  1. SDL_DragEvent: Add SDL_DragEvents

    These closely mirror the Drop events, specifically with
    BEGIN and COMPLETE. When dragging n files, 1 BEGIN, n FILE
    and 1 COMPLETE events are sent per mouse movement.
    zbaylin committed May 6, 2020
    Configuration menu
    Copy the full SHA
    47c3637 View commit details
    Browse the repository at this point in the history
  2. Oops! Add SDL_events.h

    zbaylin committed May 6, 2020
    Configuration menu
    Copy the full SHA
    4d9b1a8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    bb259de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a07d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc65ebd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    ef60178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8d668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c68c6 View commit details
    Browse the repository at this point in the history