1

I'm working on a game for Google TV (Sony NSZ-GS7) which uses the touchpad to move things around. AFAIK it is not possible (yet) to change or disable the pointer Arrow-bitmap programmatically, which is pretty shitty from game design perspective, is it at least possible to disable the default click-sound played by the device on every click so i can replace it with my own?

user2070007
  • 115
  • 1
  • 6

1 Answers1

1

Try to disable the standard onClick noise using setSoundEffectsEnabled(false);

Krispy
  • 1,098
  • 1
  • 7
  • 11