#tauri-plugin #mouse-event #penetrable #ignore-mouse-events #click-through

tauri-plugin-penetrable

Using the win32api to achieve click-through of the tauri main window

4 releases

0.1.3 Jun 22, 2024
0.1.2 Jun 16, 2024
0.1.1 Jun 14, 2024
0.1.0 Jun 14, 2024

#698 in GUI

Download history 303/week @ 2024-06-13 161/week @ 2024-06-20 3/week @ 2024-06-27

172 downloads per month

MIT license

4KB
61 lines

tauri-plugin-penetrable

Using the win32api to achieve click-through of the tauri main window
利用win32api实现tauri主窗口点击穿透
win32api を利用して、tauri メインウィンドウのクリックスルーを実現する
  • Installation

cargo add tauri-plugin-penetrable
use tauri_plugin_penetrable::PenetrablePlugin;

fn main() {
  tauri::Builder::default().plugin(
      PenetrablePlugin::init(),
  );
}

Dependencies

~21–76MB
~1M SLoC