mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Update help window tabs to activate on mouse down instead of up
This commit is contained in:
parent
0e3e2b8a9a
commit
246a816b80
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@
|
|||
<body>
|
||||
<div id="image_area">
|
||||
<img id="main_image" src="img/controls-help-keyboard.jpg"></img>
|
||||
<a href="#" id="kbm_button" onclick="showKbm()"></a>
|
||||
<a href="#" id="hand_controllers_button" onclick="showHandControllers()"></a>
|
||||
<a href="#" id="game_controller_button" onclick="showGameController()"></a>
|
||||
<a href="#" id="kbm_button" onmousedown="showKbm()"></a>
|
||||
<a href="#" id="hand_controllers_button" onmousedown="showHandControllers()"></a>
|
||||
<a href="#" id="game_controller_button" onmousedown="showGameController()"></a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue