FancyFlame

Results 26 comments of FancyFlame

@ptitSeb Maybe he means compare to running BDS with box64 without wine64. But in addition, it is heard that Minecraft did different optimization on BDS for Ubuntu and Windows. The...

@ptitSeb Sure. One of my friends told me Minecraft server can run on box64 now. Thanks.

Please note `Available on crate feature full only` in [docs](https://docs.rs/syn/latest/syn/struct.ItemStruct.html#). Try adding feature `full` to your syn dependency.

There is some problem with `get_content`, please wait a while. EDIT: Already fixed.

I have implemented it. Please take a look: https://github.com/aweinstock314/rust-clipboard/pull/87

So... does any guy have any ideas? `ndk_glue::native_activity()` is deprecated, it says using `ndk_context::android_context().vm()` instead, but what next? I'm a noob at Android programming.

This example can work on my device. But do you mean this method has a compatibility problem?

Thanks. That's okay if it only needs update winit to the latest version. 😃 To be honest, I cannot understand what you wrote due to my lack of knowledge about...

@msiglreith Then, how to hide it?

@msiglreith Thanks for your example. I'm sorry for bothering you again, but... I have another two questions: - How to popup and hide **safe** keyboard on Android for password input,...