Git Product home page Git Product logo

Comments (7)

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 07, 2010 08:52:25

Summary: [v2] Sometimes the mouse movements stop to be reported.

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 07, 2010 10:58:41

This is due to an array overrun in the stack.

The event array was only sized for 8 elements, and it may happen that there are more
than 8 elements returned by SDL_PeepEvents.

Second argument for SDL_PeepEvents was wrong: it was sizeof(events), it has to be
sizeof(events)/sizeof(events[0]).

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 07, 2010 11:04:00

Event buffer will be increased so that it can store 32 events (to avoid any lag issue).

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 07, 2010 11:06:51

Labels: -Priority-High Priority-Critical

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 07, 2010 11:07:34

Status: Fixed

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on May 08, 2010 05:39:17

Issue 4 has been merged into this issue.

from gimx.

matlo avatar matlo commented on August 15, 2024

From [email protected] on December 19, 2011 09:14:55

Status: Verified

from gimx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.