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

Source Engine: func_button & func_rot_button outputs #638

Open
ertup0 opened this issue Mar 26, 2024 · 1 comment
Open

Source Engine: func_button & func_rot_button outputs #638

ertup0 opened this issue Mar 26, 2024 · 1 comment

Comments

@ertup0
Copy link

ertup0 commented Mar 26, 2024

Maybe a context menu with an ability to send {press} input to a specific func button with a specific name

@magcius
Copy link
Owner

magcius commented Mar 27, 2024

The main issue here is going to be supporting collision; we already have some support for brush but we don't have a raycaster. We could cheat by testing for buttons in close proximity and in the center of the screen, but I'm not sure if that would be a workable solution.

No support for context menus will be added, if anything, it will be a dedicated keyboard press to activate nearby buttons, perhaps R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants