Giter Site home page Giter Site logo

SDL2 Alt key not propogated about pdcurses HOT 2 CLOSED

bjadamson avatar bjadamson commented on September 22, 2024
SDL2 Alt key not propogated

from pdcurses.

Comments (2)

Bill-Gray avatar Bill-Gray commented on September 22, 2024

Thanks for the report and fix. I'd heard about this problem a couple of weeks ago, determined it had been broken since at least 2020, and hadn't figured out a fix.

Part of what threw me is that the error only affects Microsoft Windows. Applying your fix to Linux and building testcurs and running the input test, hitting Alt-keys gets you duplicate key presses. On Linux, _handle_alt_keys() is called earlier in the function, and you don't want to call it twice.

I think the fix will involve setting a we_already_called_handle_alt_keys Boolean to TRUE, and then (at lines 299-300) only calling _handle_alt_keys() if that Boolean is still FALSE.

That fix would work, but we'd still have the question of why it works one way on Linux and a different way in Microsoft Windows. SDLn is supposed to (and for the most part does) get you around these platform-specific details. So there may be some "gotchas" not yet figured out... but I think you've at least got us on the right track.

from pdcurses.

bjadamson avatar bjadamson commented on September 22, 2024

Thanks -- it took me a minute to get back to you but looks good to me. I agree that it behaving on linux like that is weird.

from pdcurses.

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.