dezbracaty
dezbracaty
I think this is not a bug , maybe there are different method to get keyboard input but rustdesk use a not so good way .
https://github.com/dezbracaty/QuickVtk/commit/a158be80bec1d8481b45dbe029faa1f41ef31f38 This is the commit .
I can provide some ideas for fix this issue: 1 reference QQUICKVTKRENDERWINDOW \ QUICKVTKRENDERITEM . 2 See the souce code in VTK renderwindow::render ()
ok , i try it . thank you very much . and can you tell me some guide to install Falcon and use it ? I have no environment and...
> I face the same problem when I generate the svg by code. For me the reason is that the x and y coordinates are all zero and thus all...
I use remote client "Microsoft remote desktop" app , and it works fine and do not need Input Monitoring.So I hope we can do the same thing .
> Thanks for taking the time to report this issue, are you able to provide your CMake file ? As note you need to ensure that the `QMAKE` location is...
This is due to final running command `[build] = note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET LC_ALL="C" PATH="/Users/allen/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/allen/.cargo/bin:/Users/allen/Library/Application Support/JetBrains/Toolbox/scripts:/Users/allen/Library/Python/3.9/bin" VSLANG="1033" ZERO_AR_DATE="1" "/usr/bin/clang" "-arch" "arm64" "/var/folders/hw/lc023pr55psdqktjg68xvnkw0000gn/T/rustcQyhfbH/symbols.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.13zgxeyonitv5pjy.rcgu.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.1arpdvtfyzve63ef.rcgu.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.1r475o9sbpjftzg1.rcgu.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.1w0s22hof9ir2s4z.rcgu.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.261ovlwx4ee6h6m2.rcgu.o" "/Users/allen/Projects/RustProjects/cxx-qt/build/./cargo/build/debug/build/qml-features-8a0617983cbb72ca/build_script_build-8a0617983cbb72ca.2p9m6110dtvrjoun.rcgu.o"...
> Hi @dezbracaty , > > could you try modifying the `corrosion_import_path` of the crate you're building to enable verbose output for build.rs. > > You can do so by...
> By the way, @dezbracaty, if you don't necessarily need CMake, you could also try building the `cargo_without_cmake` example. > > That doesn't need CMake, so might work for you...