altdrag
altdrag copied to clipboard
Ramon unch action volume fix
- Create the Sned_Key(vkey) function to simply sned key up/down event to the system.
- Simplify greatly the Volume action by using Sned_Key(VK_VOLUME_UP/VK_VOLUME_DOWN)
- remove Windows Vista+check because the VK_VOLUME_* trick works also on Windows XP
- Remove the CoInitializeEx() call because it is not needed anymore.
This removes any dependencies to
OLE32.DLL...
Fixes: #148