• Joel Martin's avatar
    Add Cursor pseudo-encoding support (disabled for now). · 2c2b492c
    Joel Martin authored
    To change the appearance of the cursor, we use the CSS cursor style
    and set the url to a data URI scheme. The image data sent via the
    cursor pseudo-encoding has to be encoded to a CUR format file before
    being used in the data URI.
    
    During Canvas initialization we try and set a simple cursor to see if
    the browser has support. Opera is missing support for data URI scheme
    in cursor URLs.
    
    Disabled for now until we have a better way of specifying settings
    overall (too many settings for control bar now).
    2c2b492c
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...