Opened 6 years ago

Last modified 3 years ago

#4915 closed defect

Inconsistent behaviour of SDL_HOTKEYDOWN — at Initial Version

Reported by: Imarok Owned by:
Priority: Must Have Milestone: Alpha 24
Component: Core engine Keywords:
Cc: echotangoecho Patch:

Description

There are two different behaviours that can occur when a hotkey is pressed:

A: On button press only one SDL_HOTKEYDOWN event is sent.

B: On button press one SDL_HOTKEYDOWN event is sent. After a short break the SDL_HOTKEYDOWN event is spammed until the key is released.

A has been observed under Ubuntu. B has been observer under Fedora and Windows.

maybe refs #3870.

The desired behaviour is not clear, but it should be at least consistent among all platforms.

Change History (0)

Note: See TracTickets for help on using tickets.