Module: VRHotKey

Defined in:
lib/vr/contrib/vrhotkey.rb

Overview

#

VRHotKey Module

Instance Method Summary collapse

Instance Method Details

#vrinitObject

#

Instance Methods



25
26
27
28
29
# File 'lib/vr/contrib/vrhotkey.rb', line 25

def vrinit
  super
  self.addHandler(WConst::WM_HOTKEY, 'hotkey', MSGTYPE::ARGWINT, nil)
  self.addEvent(WConst::WM_HOTKEY)
end