BWKeyBoard.WPF 1.0.3

dotnet add package BWKeyBoard.WPF --version 1.0.3                
NuGet\Install-Package BWKeyBoard.WPF -Version 1.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BWKeyBoard.WPF" Version="1.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BWKeyBoard.WPF --version 1.0.3                
#r "nuget: BWKeyBoard.WPF, 1.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BWKeyBoard.WPF as a Cake Addin
#addin nuget:?package=BWKeyBoard.WPF&version=1.0.3

// Install BWKeyBoard.WPF as a Cake Tool
#tool nuget:?package=BWKeyBoard.WPF&version=1.0.3                

BWKeyBoard.WPF(屏幕软键盘)是一款基于Windows系统专为WPF设计开发的体积小巧、专业实用的电脑屏幕软件键盘功能库。

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BWKeyBoard.WPF:

Package Downloads
BreezyWuUI

Breezy Wu 常用UI库,辅助快速搭建一个具备基本设计还原效果的WPF项目。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 184 9/29/2024
1.0.2 78 9/27/2024
1.0.1 110 9/27/2024
1.0.0 81 9/27/2024

更新内容:
1. 修改键盘的大小以适应800*600分辨率或1024*768分辨率的PC屏;
2. 增加键盘管理器(KeyBoardManager)以便于设置键盘所需适应的PC屏分辨率及是否为触摸屏设备。