#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

5 releases

0.1.4 Oct 19, 2024
0.1.3 Jun 22, 2024
0.1.2 Jun 16, 2024
0.1.1 Jun 14, 2024
0.1.0 Jun 14, 2024

#807 in GUI

Download history 1/week @ 2024-09-16 5/week @ 2024-09-23 11/week @ 2024-09-30 122/week @ 2024-10-14 23/week @ 2024-10-21 2/week @ 2024-10-28

54 downloads per month

MIT license

4KB

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

~18–74MB
~1M SLoC