standardize name

akkartik
May 6, 2025, 8:36 PM
AL35KAHBCRVA4RBJZD5ZQ6VZQ5QIL4B2UKZ42Z4ODNDLVV2DAH4QC

Dependencies

  • [2] KE4T63TS stop using keyboard.isDown
  • [3] 6LJZN727 handle chords
  • [4] AVTNUQYR basic test-enabled framework
  • [5] LBYVPRVR late-bind my App.* handlers
  • [6] 3HDWCPDI bugfix: include shift keys in modifier_down
  • [*] 3QNOKBFM beginnings of a test harness

Change contents

  • replacement in keychord.lua at line 5
    [3.488][3.1593:1642]()
    function App.keypressed(key, scancode, isrepeat)
    [3.488]
    [3.90]
    function App.keypressed(key, scancode, is_repeat)
  • replacement in app.lua at line 431
    [2.212][2.212:276]()
    love.handlers[name] = function(key, scancode, isrepeat)
    [2.212]
    [2.276]
    love.handlers[name] = function(key, scancode, is_repeat)
  • replacement in app.lua at line 433
    [2.330][2.330:409]()
    return App.keypressed(key, scancode, isrepeat)
    [2.330]
    [2.409]
    return App.keypressed(key, scancode, is_repeat)