#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

#735 in GUI

Download history 1/week @ 2024-09-14 5/week @ 2024-09-21 11/week @ 2024-09-28 142/week @ 2024-10-19 5/week @ 2024-10-26

148 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

~17–73MB
~1M SLoC