Also added to following new commands for mouse input:
MiddleClick
MiddleMouseDown
MiddleMouseUp
and
sMouseWheel
The middle ones are for the use of the Mouse Middle button. And function the same as the Left and Right mouse button versions.
The sMouseWheel command allows the use of the mouse wheel in a program/game. Note this was only code for use by was of of the SendInput. As such it will only work for those programs/games that receive mouse input by way of DirectX. I have no idea how to code it for otherwise. And so far I have not found any examples for it.