Displaying 2 results from an estimated 2 matches for "m_controldown".
Did you mean:
controldown
2006 Aug 01
1
additions to wxKeyEvent
Added the public variables like m_KeyCode and m_controlDown, these are
needed it you want to create your own EVT_CHAR message to send a
widget.
I am including the whole .h file instead of a diff since it is small.
Sean
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listi...
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
.../span><span class="cx"> </div>
</span><span class="cx">
</span><del>-
-
-h3(#KeyEvent_maltdown). KeyEvent#m__alt_down
-
-boolm_altDown
-
-true if the Alt key is pressed down.
-
-
-h3(#KeyEvent_mcontroldown). KeyEvent#m__control_down
-
-boolm_controlDown
-
-true if control is pressed down.
-
-
-h3(#KeyEvent_mkeycode). KeyEvent#m__key_code
-
-longm_keyCode
-
-Virtual keycode. See "Keycodes":keycodes.html for a list of identifiers.
-
-
-h3(#KeyEvent_mmetadown). KeyEvent#m__meta_down
-
-boolm_metaDown
-
-true if the Meta key is pressed down....