Hiding Windows Default Cursor
Mouse.hide()—–use this method when ever you want to hide windows default cursor
Mouse.show()—-use this method to display the hidded windows default cursor
These methods are commonly used when user mouseover any video player,where we can hide the default window cursor:-)