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

Screen Controls For Profile Monitors #162

Open
eloiseyang opened this issue May 31, 2024 · 0 comments
Open

Screen Controls For Profile Monitors #162

eloiseyang opened this issue May 31, 2024 · 0 comments

Comments

@eloiseyang
Copy link
Collaborator

Describe the solution you'd like
The screens class should include a function that controls screen position. The function should take one integer argument where 0 represents the default "out" position and numbers greater than 1 represent the "in" positions.

There are two kinds of screens, pop-ins, which have two screen positions, and ladders, which have more than two. The screen class should be aware of the number of screen positions available, and the function should throw an error if the input position does not exist.

Describe alternatives you've considered
The screen class could include two separate functions for pop-in and ladder type screens. This design is more explicit, but also more complicated for multiple screen types.

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

No branches or pull requests

1 participant