Discussion:
Warning "keyboard button"
Mr Adventure
2010-06-03 22:59:15 UTC
Permalink
The button "Volume/down" on the keyboard reveals hotspots.
So when a Gamer turns the volume down he or she will see the hotspots.

Is there a way to disable this????
Christian Walther
2010-06-06 07:58:22 UTC
Permalink
Post by Mr Adventure
The button "Volume/down" on the keyboard reveals hotspots.
So when a Gamer turns the volume down he or she will see the hotspots.
Is there a way to disable this????
Oops! That function is supposed to be triggered by the C key, not by
"volume down". Must be a bug that Pipmak recognizes that key as "C".

The way to disable that is to define your own keydown handler in
main.lua that overrides the default one. You should do that anyway,
regardless of the bug, since players shouldn't be able to show
hotspots using the C key (and use some of the other key bindings
defined by the default handler, which is more oriented at authoring)
either. See section 2.12 "Keyboard Handling" in the manual.

On what platform is this? To help me debug this, could you make your
own keydown handler and tell me what you get for the "key" and "char"
arguments when you press the "volume down" key (and maybe "volume up"
and any other special keys you have as well)?

-Christian
Mr Adventure
2010-07-06 19:31:52 UTC
Permalink
Its doing it in the "Demo Project for Pipmak 0.2.7" to.
When I push volume down its showing Hotspots
Its acting as the "C" key
The "down volume key" does turn the
Sound down, but its showing the Hotspots
I thing its a bug, But.... is anyone else seeing this.
I'm using Pipmak 0.2.7

(Bring up the Demo Project for Pipmak 0.2.7
and turn the volume down...See what it does please)

I'm using "Windows xp" to run PIPMAK
Is windows Causing this????
--
View this message in context: http://old.nabble.com/Warning-%22keyboard-button%22-tp28773901p29086728.html
Sent from the pipmak-devel mailing list archive at Nabble.com.
Loading...