mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:03:08 +00:00
[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:
parent
1001e6089f
commit
d000a1e1c6
24 changed files with 94 additions and 22 deletions
|
@ -25,6 +25,7 @@ typedef struct
|
|||
HWND hActiveWnd;
|
||||
BOOL bShowWarning;
|
||||
BOOL bIsEnhancedKeyboard;
|
||||
BOOL bSoundClick;
|
||||
} OSK_GLOBALS;
|
||||
|
||||
/* DEFINES ********************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue