mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Update spice-html5
This commit is contained in:
parent
34394c2b5e
commit
562fe5c3dc
36 changed files with 59278 additions and 1325 deletions
|
|
@ -25,6 +25,10 @@
|
|||
** is a preloaded cursor available, we will use that. Failing that, we will
|
||||
** simulate a cursor using an image that is moved around the screen.
|
||||
**--------------------------------------------------------------------------*/
|
||||
|
||||
import { SpiceDataView } from './spicedataview.js';
|
||||
import { hex_sha1 } from './thirdparty/sha1.js';
|
||||
|
||||
var SpiceSimulateCursor = {
|
||||
|
||||
cursors : new Array(),
|
||||
|
|
@ -200,3 +204,5 @@ SpiceSimulateCursor.ICONDIRENTRY.prototype =
|
|||
return 16;
|
||||
}
|
||||
};
|
||||
|
||||
export { SpiceSimulateCursor };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue