Skip to content

Using the win32api to achieve click-through of the tauri main window / tauri主窗口点击穿透插件

Notifications You must be signed in to change notification settings

sner21/tauri-plugin-penetrable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(),
  );
}

About

Using the win32api to achieve click-through of the tauri main window / tauri主窗口点击穿透插件

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages