-
Notifications
You must be signed in to change notification settings - Fork 2
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
Helper function for sending InSim buttons #51
Comments
From experience, it's very useful to have abstractions like these for some specific packets, especially buttons as the Text field has some complex behaviour. |
Something you may also want to have in the back of your head, at some point in insim.rs I had a I dropped it, with the plan to bring it back (eventually) - but it is something I've needed at some point in most insim things I've worked on. |
@theangryangel Thanks, that's a good idea, I will consider it for the future. |
I've split this issue into two, created a new one for messages: #54 |
Problem
Text
property delimited by zero-bytes:'\0Caption\0Text'
.Current API
Proposed API
The text was updated successfully, but these errors were encountered: