diff Applications/StoneWebViewer/WebApplication/index.html @ 2019:fe9999d6a636

handling of left, right, and space keys
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 03 Dec 2022 09:22:19 +0100
parents d0e68dd335dd
children 88673f50d7b9
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Sat Dec 03 08:45:36 2022 +0100
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Sat Dec 03 09:22:19 2022 +0100
@@ -816,13 +816,13 @@
                         </button>
                       </div>
                       <div class="btn-group btn-group-sm" role="group">                        
-                        <button type="button" class="btn btn-primary" @click="CinePlay()">
+                        <button type="button" class="btn btn-primary" @click="CineBackward()">
                           <i class="fas fa-play fa-flip-horizontal"></i>
                         </button>
                         <button type="button" class="btn btn-primary" @click="CinePause()">
                           <i class="fas fa-pause"></i>
                         </button>
-                        <button type="button" class="btn btn-primary" @click="CineBackward()">
+                        <button type="button" class="btn btn-primary" @click="CinePlay()">
                           <i class="fas fa-play"></i>
                         </button>
                       </div>