Class: VBox::GuestMouseEvent

Inherits:
ReusableEvent show all
Defined in:
lib/virtualbox/classes/events/guest_mouse_event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from ReusableEvent

#generation, #reuse

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/guest_mouse_event.rb', line 4

def ref
  @ref
end

Instance Method Details

#absoluteObject

Attributes



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

def absolute
  VBox::WebService.send_request(:i_guest_mouse_event_get_absolute, _this)
end

#buttonsObject



28
29
30
# File 'lib/virtualbox/classes/events/guest_mouse_event.rb', line 28

def buttons
  VBox::WebService.send_request(:i_guest_mouse_event_get_buttons, _this)
end

#wObject



24
25
26
# File 'lib/virtualbox/classes/events/guest_mouse_event.rb', line 24

def w
  VBox::WebService.send_request(:i_guest_mouse_event_get_w, _this)
end

#xObject



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

def x
  VBox::WebService.send_request(:i_guest_mouse_event_get_x, _this)
end

#yObject



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

def y
  VBox::WebService.send_request(:i_guest_mouse_event_get_y, _this)
end

#zObject



20
21
22
# File 'lib/virtualbox/classes/events/guest_mouse_event.rb', line 20

def z
  VBox::WebService.send_request(:i_guest_mouse_event_get_z, _this)
end