Method: Context::Gtk::Key#getGtkState
- Defined in:
- lib/Context/Gtk/Key.rb
#getGtkState ⇒ Object
19 20 21 22 23 24 25 26 |
# File 'lib/Context/Gtk/Key.rb', line 19 def getGtkState case @modifier when Context::Key::Modifier::CONTROL Gdk::Window::CONTROL_MASK else 0 end end |