Interceptor icon indicating copy to clipboard operation
Interceptor copied to clipboard

How to reference Input class?

Open joaoalbertocsjunior opened this issue 6 years ago • 3 comments

Im a new developer in cpp, and im trying to use this project. How do i reference Input class from another project? There is no .h file!

joaoalbertocsjunior avatar Nov 28 '18 16:11 joaoalbertocsjunior

This is a C# Project, so you would do that with using Interceptor; in C#

VollRahm avatar May 10 '19 21:05 VollRahm

This is a C# Project, so you would do that with using Interceptor; in C#

Im trying to use this... but it needs a reference, when I try to reference by visual studio it says that the dll isnt a COM dll

petrecheli avatar Feb 25 '21 09:02 petrecheli

The purpose of this project is to be a C# wrapper arround the original C++ Oblita Project. If you dev in C++ just us Oblita. If you dev in C#. Clone this repo, build this project, it will generate a file called Input.dll. Add this Input.dll to your actual project.

keytrap-x86 avatar Apr 09 '21 06:04 keytrap-x86