Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IsKeyDown and AreKeysDown Processed Event #90

Closed
wants to merge 9 commits into from
Closed

Fix IsKeyDown and AreKeysDown Processed Event #90

wants to merge 9 commits into from

Commits on May 17, 2022

  1. Fix IsKeyDown and AreKeysDown Processed Event

    When the input is ``processed``, then it'll void ``IsKeyDown`` and ``AreKeysDown``.
    LuaRook authored May 17, 2022
    Configuration menu
    Copy the full SHA
    ca1910f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from LuaRook/pr/fix-keyboard-processed

    Fix IsKeyDown and AreKeysDown Processed Event
    LuaRook authored May 17, 2022
    Configuration menu
    Copy the full SHA
    921c3b3 View commit details
    Browse the repository at this point in the history
  3. Update Keyboard.lua

    LuaRook authored May 17, 2022
    Configuration menu
    Copy the full SHA
    d2f6bac View commit details
    Browse the repository at this point in the history
  4. Update Keyboard.lua

    LuaRook authored May 17, 2022
    Configuration menu
    Copy the full SHA
    d6ee181 View commit details
    Browse the repository at this point in the history
  5. Update Keyboard.lua

    LuaRook authored May 17, 2022
    Configuration menu
    Copy the full SHA
    f3623c3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    4114c4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from LuaRook/pr/fix-state-leak

    Fix State Leak for InputEnded
    LuaRook authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f457157 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Add ConnectOnce

    Uses the newly enabled ``Once`` for Signals.
    LuaRook authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d0313bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from LuaRook/LuaRook-connectonce

    Add ConnectOnce
    LuaRook authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    02d23bb View commit details
    Browse the repository at this point in the history