Displaying 1 result from an estimated 1 matches for "mod_control".
Did you mean:
mob_control
2007 Jul 04
0
[1107] trunk/wxruby2: Add the 2.8 get_modifiers method to KeyEvent; remove some deprecated
...Ctrl-XXX ...
+
+
+and forgetting to do it can result in serious program bugs (e.g. program not
+working with European keyboard layout where AltGr key which is seen by
+the program as combination of Ctrl and Alt is used). On the
+other hand, you can simply write
+
+
+ if ( get_modifiers == Wx::MOD_CONTROL )
+ ... handle Ctrl-XXX ...
+
+
+with this function.
+
</ins><span class="cx"> h3(#KeyEvent_getposition). KeyEvent#get_position
</span><span class="cx">
</span><span class="cx"> "Point":point.html *get_position*(...