Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

C# wrapper around XInput, works with any Mono or .NET application (eg. Unity3D)

License

Notifications You must be signed in to change notification settings

TreeOFLightProject/XInputDotNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

编译项目

需要安装'xmake'和'Visual Studio(需安装 C/C++组件,即 MSVC 编译器)'

编译前准备

  xmake f -m release -a x64 # Release

  xmake f -m debug -a x64 # Debug on include_logging

编译

xmake build

编译完成后,结果将被输出到./build/windows目录中。

About

C# wrapper around XInput, works with any Mono or .NET application (eg. Unity3D)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.6%
  • C 15.2%
  • Lua 5.2%