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

refactor: redefine Key from an alias of ebiten.Key to a general int type #484

Closed
wants to merge 1 commit into from

Conversation

aofei
Copy link
Member

@aofei aofei commented Jan 8, 2025

Since goplus/gogen doesn't yet support go/types.Alias (a Go 1.22 feature), spxls in Go+ Builder fails when doing multi-key bindings (see goplus/builder#1199 (comment)).

This represents the simplest approach to fix the issue mentiond.

…int` type

Since goplus/gogen doesn't yet support `go/types.Alias` (a Go 1.22
feature), spxls in Go+ Builder fails when doing multi-key bindings (see
goplus/builder#1199 (comment)).

This represents the simplest approach to fix the issue mentiond.

Signed-off-by: Aofei Sheng <[email protected]>
@aofei
Copy link
Member Author

aofei commented Jan 10, 2025

Closing in favor of goplus/gogen#459.

@aofei aofei closed this Jan 10, 2025
@aofei aofei deleted the key-alias branch January 10, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant