commit | 747c9a7adf3f3e5896c8d46187f73ea53829f91c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Aug 31 19:15:13 2022 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Aug 31 19:15:13 2022 +0200 |
tree | 6a7fc328419aa087e7144311529703bb04bc2bc7 | |
parent | e13913ed572dbd95dedf840a94db5f27a1fdf2a5 [diff] |
IsKeyPressed(), IsMouseClicked(), GetKeyPressedAmount(): add a (normally unnecessary) test for ->Down next to ->DownDuration tests, facilitating the use of key eating mechanism. Consider removing when we add support for input ownership.