Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User rbalch's Avatar
    Join Date
    Mar 2003
    Posts
    5
    I'm using the emulator to develop a game which I oringally wrote for the 9210. The generation of the key clicks on the 7650 emu seems to pause the running code just long enough to loose the smoothness of the game. Is there a way to turn the sound off? Muting the PC doesn't help and I can't find a .wav file to delete.

    Thanks In Advance,

    Rich Balch

  2. #2
    Super Contributor sopta007's Avatar
    Join Date
    Apr 2003
    Location
    Czech Republic
    Posts
    915
    Try this, maybe it helps
    Code:
    // iSoundSystem is a CAknKeySoundSystem class
    iSoundSystem = KeySounds();
    iSoundSystem->PushContextL(R_NOSOUND_KEY_LIST);
    
    // when you leave the app you need to call
    iSoundSystem->PopContext();

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved