Skip to content

Commit

Permalink
init v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyny committed Aug 6, 2019
1 parent 4501ca2 commit 530c4e6
Show file tree
Hide file tree
Showing 9 changed files with 633 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Release 0.7:
* Refactored Code, Added normal mode (activate with any command line parameter in *.LNK link files) which does just forward the events of all input devices (e.g. trackpoint and trackpad, this happens practically), added debug code and debug for delta events only, updated copyright messages and versions, updated VS project for relative paths of the Synaptics SDK.
* Device will disable events for middle button events permanently (at least as long machine is not rebooted) to avoid multiple events (default event from driver and ours). Filtering events in NORMAL_MODE when multiple devices are connected (only on chnages). Added reset only mode with 2 parameters to restore original middle button behavior for the driver.
* Added normal command line parsing with parameters, settings properties is done only in resetOnly and NORMAL_MODE
Empty file removed README.md
Empty file.
9 changes: 9 additions & 0 deletions makerelease.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@ECHO OFF

SET BINDIR=C:\Program Files\7-Zip
SET EXE=%BINDIR%\7z.exe

"%EXE%" a -tzip tpmiddle CHANGELOG *.bat *.h *.cpp *.rc *.sln *.vcxproj *.filters



14 changes: 14 additions & 0 deletions resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by tpmiddle.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Loading

0 comments on commit 530c4e6

Please sign in to comment.