mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
6
Externals/wxWidgets3/include/wx/uiaction.h
vendored
6
Externals/wxWidgets3/include/wx/uiaction.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Kevin Ollivier, Steven Lamerton, Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 2010-03-06
|
||||
// RCS-ID: $Id: uiaction.h 67232 2011-03-18 15:10:15Z DS $
|
||||
// RCS-ID: $Id: uiaction.h 69762 2011-11-15 15:56:55Z VZ $
|
||||
// Copyright: (c) Kevin Ollivier
|
||||
// (c) 2010 Steven Lamerton
|
||||
// (c) 2010 Vadim Zeitlin
|
||||
@ -58,8 +58,8 @@ public:
|
||||
{ return Key(keycode, modifiers, false); }
|
||||
|
||||
// Higher level methods for generating both the key press and release for a
|
||||
// single key or for all characters in the ASCII string "text" which can
|
||||
// currently contain letters only (no digits, no punctuation).
|
||||
// single key or for all characters in the ASCII string "text" which can currently
|
||||
// contain letters, digits and characters for the definition of numbers [+-., ].
|
||||
bool Char(int keycode, int modifiers = wxMOD_NONE);
|
||||
|
||||
bool Text(const char *text);
|
||||
|
Reference in New Issue
Block a user