Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Merge requests
!1598
Polish the Lua input library
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Polish the Lua input library
polish-lua-inputs
into
next
Overview
0
Commits
8
Pipelines
0
Changes
23
Merged
LJ Sonic
requested to merge
polish-lua-inputs
into
next
3 years ago
Overview
0
Commits
8
Pipelines
0
Changes
23
Expand
The
KeyDown
hook lets you tell appart regular keypresses from repeated ones.
The
KeyDown
and
KeyUp
hooks now take a
keyevent_t
, which lets modders use
key.num
and
key.name
instead of
KeyStringToNum
and vice-versa.
Mouse grabbing functions are handled correctly, instead of interfering with window focus.
Functions from the input library are now namespaced.
0
0
Merge request reports
Loading