Class: VBox::MouseCapabilityChangedEvent
- Defined in:
- lib/virtualbox/classes/events/mouse_capability_changed_event.rb
Instance Attribute Summary
Attributes inherited from Base
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 Method Details
#needs_host_cursor ⇒ Object
14 15 16 |
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 14 def needs_host_cursor VBox::WebService.send_request(:i_mouse_capability_changed_event_needs_host_cursor, _this) end |
#supports_absolute ⇒ Object
Attributes
6 7 8 |
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 6 def supports_absolute VBox::WebService.send_request(:i_mouse_capability_changed_event_supports_absolute, _this) end |
#supports_relative ⇒ Object
10 11 12 |
# File 'lib/virtualbox/classes/events/mouse_capability_changed_event.rb', line 10 def supports_relative VBox::WebService.send_request(:i_mouse_capability_changed_event_supports_relative, _this) end |