Search found 3454 matches
- Yesterday, 14:09
- Forum: General Discussion
- Replies: 3
- Views: 38
Re: Noesis.settings Application Resources - do not change in Unity
Thanks for the feedback! Marking as solved
- 16 Aug 2022, 13:21
- Forum: General Discussion
- Replies: 5
- Views: 62
Re: accentuation
If you mean ASCII that shouldn't be necessary as ASCII is a strict subset of UTF8.I needed to make a converter because my game is all ANSII...
Anyway, I am marking this as solved.
- 15 Aug 2022, 22:45
- Forum: General Discussion
- Replies: 2
- Views: 47
Re: Is there a way to simulate button presses / mouse clicks for testing purposes?
Yes, NoesisView exposes the following methods to manually inject input:
- KeyDown
- KeyUp
- Char
- MouseMove
- MouseButtonDown
- MouseButtonUp
- MouseDoubleClick
- MouseWheel
- TouchMove
- TouchDown
- TouchUp
- 15 Aug 2022, 22:43
- Forum: General Discussion
- Replies: 3
- Views: 65
- 12 Aug 2022, 18:16
- Forum: General Discussion
- Replies: 5
- Views: 62
Re: accentuation
right! I managed to make a converter, I thought that noesis already directly accepted utf8 because I saw that everything was const char, thanks! Not sure why you need a converter for this. Noesis only works with UTF8 encoding. All our const char* are expected to be encoded in UTF8. Xamls are expect...
- 12 Aug 2022, 18:13
- Forum: General Discussion
- Replies: 3
- Views: 38
Re: Noesis.settings Application Resources - do not change in Unity
We are going to need more details to investigate the problem. Your theme is not applied when you enter Play mode? Does it work if restarting Unity?
- 08 Aug 2022, 17:37
- Forum: General Discussion
- Replies: 3
- Views: 484
Re: Inspector on non-Windows platforms
Hello, thanks for the feedback! This is planned after NoesisGUI 3.2 (first beta on September). Please let us know if you need more priority.
- 08 Aug 2022, 17:34
- Forum: General Discussion
- Replies: 1
- Views: 42
Re: How disable font subpixel blue-red pixels?
Please, indicate platform and integration (engine) you are using. Thank you!
- 04 Aug 2022, 19:15
- Forum: General Discussion
- Replies: 2
- Views: 68
Re: Windows DPI Scaling
In the View, there is a "DPI Scale" flag. That's what I think you want to uncheck.
- 03 Aug 2022, 16:03
- Forum: General Discussion
- Replies: 9
- Views: 153
Re: Noesis android native
Great news! Thank you