Class: VBox::MouseCapabilityChangedEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/virtualbox/classes/events/mouse_capability_changed_event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Event

#set_processed, #source, #type, #wait_processed, #waitable

Methods inherited from Base

#_this, #delete!, #ensure_hash, #initialize, #vbox_class

Constructor Details

This class inherits a constructor from VBox::Base

Instance Attribute Details

#refObject (readonly)

Returns the value of attribute ref.



4
5
6
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 4

def ref
  @ref
end

Instance Method Details

#needs_host_cursorObject



16
17
18
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 16

def needs_host_cursor
  VBox::WebService.send_request(:i_mouse_capability_changed_event_needs_host_cursor, _this)
end

#supports_absoluteObject

Attributes



8
9
10
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 8

def supports_absolute
  VBox::WebService.send_request(:i_mouse_capability_changed_event_supports_absolute, _this)
end

#supports_relativeObject



12
13
14
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 12

def supports_relative
  VBox::WebService.send_request(:i_mouse_capability_changed_event_supports_relative, _this)
end