Method: Rex::Post::UI#enable_mouse

Defined in:
lib/rex/post/ui.rb

#enable_mouseObject

This method enables the mouse on the remote machine.



38
39
40
# File 'lib/rex/post/ui.rb', line 38

def enable_mouse
  raise NotImplementedError
end