Sha256: 8b0a5657baabde2d9a260f9516341968ab34efdde9a85ebcd9aff24d20635083
Contents?: true
Size: 494 Bytes
Versions: 21
Compression:
Stored size: 494 Bytes
Contents
--- :wxKeyboardState.GetModifiers: :detail: :pre: :programlisting: - :pattern: !ruby/regexp /ControlDown/ :replace: | ```ruby if control_down && !alt_down && !shift_down && !meta_down ... handle Ctrl-XXX ... ``` - :pattern: !ruby/regexp /GetModifiers/ :replace: | ```ruby if get_modifiers == Wx::MOD_CONTROL ... handle Ctrl-XXX ... ```
Version data entries
21 entries across 21 versions & 1 rubygems