Sha256: 88e6b40259e63eb5c4336a97fdb28bd8d14639d2d072e2570ec8b27dc9245041

Contents?: true

Size: 322 Bytes

Versions: 38

Compression:

Stored size: 322 Bytes

Contents

require 'rubygems'
require 'pp'
require 'virtualbox'
vm=VirtualBox::VM.find("blub")
#vm.start
vm.state
#session = VirtualBox::Lib.lib.session

vm.with_open_session do |session|
	pp session
	pp session.console
	pp session.console.keyboard
	pp session.console.keyboard.methods
	session.console.keyboard.put_scancode(20)
end

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
HeSYINUvSBZfxqA-veewee-0.203.3 trials/t.rb
HeSYINUvSBZfxqA-veewee-0.203.2 trials/t.rb
HeSYINUvSBZfxqA-veewee-0.203.1 trials/t.rb
veewee-0.2.3 trials/t.rb
veewee-0.2.2 trials/t.rb
veewee-0.2.1 trials/t.rb
HeSYINUvSBZfxqA-veewee-0.2.0.2 trials/t.rb
veewee-0.2.0 trials/t.rb
veewee-0.1.29 trials/t.rb
veewee-0.1.28 trials/t.rb
veewee-0.1.27 trials/t.rb
veewee-0.1.26 trials/t.rb
veewee-0.1.25 trials/t.rb
veewee-0.1.24 trials/t.rb
veewee-0.1.23 trials/t.rb
veewee-0.1.22 trials/t.rb
veewee-0.1.21 trials/t.rb
veewee-0.1.20 trials/t.rb
veewee-0.1.19 trials/t.rb
veewee-0.1.18 trials/t.rb