diff options
author | Devaev Maxim <[email protected]> | 2018-08-31 17:48:36 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-31 17:48:36 +0300 |
commit | ecb866f57a983f22e67b74b0bef45a3f211a3d0f (patch) | |
tree | 1c37c80be5cce49a34bd18fcfc5a10e39794daeb /kvmd/web/index.html | |
parent | 1bf3506d2e72eba65d8c7d187151a51cf0abcf6d (diff) |
testing mouse buttons for touch interface
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 9cf6b87f..4d284e04 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -246,6 +246,10 @@ <div id="stream-box" class="stream-box-inactive"> <img id="stream-image" class="stream-image-inactive" src="png/blank-stream.png" /> </div> + <div id="stream-mouse-buttons"> + <button data-mouse-button="left" class="row50">Left Click</button> + <button data-mouse-button="right" class="row50">Right Click</button> + </div> </div> <div id="keyboard-window" class="window" tabindex="0"> |