Skip to content

Commit

Permalink
SDL3/SDL_Event: Fix broken link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Susko3 authored and SDLWikiBot committed Nov 14, 2024
1 parent b7f2a2d commit a2c5729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_Event.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ to claim a unique number that other parts of your app won't also claim.
| SDL_EVENT_GAMEPAD_SENSOR_UPDATE | [SDL_GamepadSensorEvent](SDL_GamepadSensorEvent) | `gsensor` |
| SDL_EVENT_DROP_BEGIN, SDL_EVENT_DROP_FILE, SDL_EVENT_DROP_TEXT, etc | [SDL_DropEvent](SDL_DropEvent) | `drop` |
| SDL_EVENT_FINGER_MOTION, SDL_EVENT_FINGER_DOWN, SDL_EVENT_FINGER_UP | [SDL_TouchFingerEvent](SDL_TouchFingerEvent) | `tfinger` |
| SDL_EVENT_KEYBOARD_ADDED, SDL_EVENT_KEYBOARD_REMOVED | [SDL_KeyboardDeviceEvent(SDL_KeyboardDeviceEvent) | `kdevice` |
| SDL_EVENT_KEYBOARD_ADDED, SDL_EVENT_KEYBOARD_REMOVED | [SDL_KeyboardDeviceEvent](SDL_KeyboardDeviceEvent) | `kdevice` |
| SDL_EVENT_KEY_DOWN, SDL_EVENT_KEY_UP | [SDL_KeyboardEvent](SDL_KeyboardEvent) | `key` |
| SDL_EVENT_JOYSTICK_ADDED, SDL_EVENT_JOYSTICK_REMOVED, SDL_EVENT_JOYSTICK_UPDATE_COMPLETE | [SDL_JoyDeviceEvent](SDL_JoyDeviceEvent) | `jdevice` |
| SDL_EVENT_JOYSTICK_AXIS_MOTION | [SDL_JoyAxisEvent](SDL_JoyAxisEvent) | `jaxis` |
Expand Down

0 comments on commit a2c5729

Please sign in to comment.