[OSK] Implement "Use Click Sound" feature

- Implement the save/load handler for this feature
- Check the "Use Click Sound" item state accordingly depending if it's enabled or disabled
- Use PlaySoundW() to play the wave sound file from resource
- Add the WAV sound click file. The work is made thanks to Midori Mizuno
This commit is contained in:
Bișoc George 2019-02-24 16:40:02 +01:00 committed by Hermès BÉLUSCA - MAÏTO
parent 1001e6089f
commit d000a1e1c6
24 changed files with 94 additions and 22 deletions

View file

@ -25,6 +25,7 @@ typedef struct
HWND hActiveWnd;
BOOL bShowWarning;
BOOL bIsEnhancedKeyboard;
BOOL bSoundClick;
} OSK_GLOBALS;
/* DEFINES ********************************************************************/