Skip to content

mouse input lag under X11 #7

@allebot

Description

@allebot

Originally reported by: benoit-pierre

Original Ticket: alleg/bugs/396

When using a high polling rate mouse on Linux with X11, the mouse cursor lags under Adventure Game Studio. This is due to the fact that Allegro will only process up-to 5 X11 events at a time, and so mouse motion events will pile up and the mouse cursor will lag.

The attached patch remove this limitation of only processing 5 events or less at a time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions