Dmitry Stepanov
Dmitry Stepanov
Not sure if I get you right, do I need to track total amount of samples I read and then when I need to seek beginning I need to do...
Yeah, that would be awesome if it would be fixed on library side. New OggStreamReader instance is ok for now, but in future I want to be able to seek...
Ok, this solution works (I wish `rewind` be less ugly) ```rust pub struct OggDecoder { reader: Option, samples: vec::IntoIter, channel_count: usize, sample_rate: usize, } fn i16_to_f32_sample(sample: i16) -> f32 {...
Great, thanks! Still API of `OggStreamReader` requires some improvements, my very first thought at beginning was - "wow, it is cool, I hope it will have similar API as libvorbis",...
@martin-t Could you please re-check issues with text box (and maybe other stuff) and mark them with `Fixed` (or similar) tag? I think I fixed most (if not all) of...
`It only works if i click on the last letter but if i increase the TextBox's width and click to the right of the text, it doesn't move the cursor.`...
@martin-t what is meant by `A way to set which chars are considered non-word chars.`?
It turned out that you found not all issues 😄 . There were tons of them, text box was bugged as hell.
`CTRL+SHIFT+arrow to select words` done in https://github.com/FyroxEngine/Fyrox/commit/a6038b2c2bb38a4536f17013b1b926bad8c06b84 `Explicitly state that there's no way to subscribe to events when creating widgets` is done in https://fyrox-book.github.io/fyrox/ui/basic_concepts/basic_concepts.html#message-passing
@martin-t What do you mean by `Shadows` in one of your requests?