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

how to print inside a window #110

Open
coldstart01 opened this issue Jun 25, 2021 · 1 comment
Open

how to print inside a window #110

coldstart01 opened this issue Jun 25, 2021 · 1 comment

Comments

@coldstart01
Copy link

HI,

Wonder how to print something inside of a window.

e.g.

cvui::window(frame, 630, 555, 130, 90, "Orient Camera:");

How to printf or text inside the Orient Camera window/comonent.

@ulva1011
Copy link

ulva1011 commented Jun 3, 2022

I think it just works like putting it over the window.
e.g.
cvui::window(frame, 630, 555, 130, 90, "Orient Camera:");
cvui::text(frame, 635, 560, "Text in window", 0.3 ,0xffffff);

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

2 participants