-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
633 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.