Class: VBox::MouseCapabilityChangedEvent
- Defined in:
- lib/virtualbox/classes/events/mouse_capability_changed_event.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
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
#ref ⇒ Object (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_cursor ⇒ Object
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_absolute ⇒ Object
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_relative ⇒ Object
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 |