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

Implement QB64 modifier key methods #77

Closed
boxgaming opened this issue Jun 19, 2023 · 1 comment
Closed

Implement QB64 modifier key methods #77

boxgaming opened this issue Jun 19, 2023 · 1 comment
Assignees
Milestone

Comments

@boxgaming
Copy link
Owner

_CAPSLOCK, _NUMLOCK, _SCROLLLOCK

@boxgaming boxgaming added this to the 0.8.0 Release milestone Jan 11, 2024
@boxgaming boxgaming self-assigned this Jan 12, 2024
@boxgaming
Copy link
Owner Author

This implementation will only be for the function version to return the current state of the modifier key. It is not possible to set the state of these modifier keys in Javascript.

Also, it will require at least one keydown event to occur in order for the correct status to be returned as this information is only accessible through the keyboard event.

boxgaming added a commit that referenced this issue Jan 15, 2024
…re (#68).  Add modifier key functions (#77).  Add LOC keyword (#97).  Add _Inflate$ and _Deflate$ methods (#74).
boxgaming added a commit that referenced this issue Jan 15, 2024
…re (#68).  Add modifier key functions (#77).  Add LOC keyword (#97).  Add _Inflate$ and _Deflate$ methods (#74).
boxgaming added a commit that referenced this issue Jan 15, 2024
…re (#68).  Add modifier key functions (#77).  Add LOC keyword (#97).  Add _Inflate$ and _Deflate$ methods (#74).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant