mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Fix Python key map.
This commit is contained in:
@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// conversion functions
|
||||
const char* pyKeyMap::ConvertVKeyToChar( UInt32 vk, UInt32 flags )
|
||||
{
|
||||
char *key = plKeyMap::ConvertVKeyToChar( vk );
|
||||
const char *key = plKeyMap::ConvertVKeyToChar( vk );
|
||||
static char shortKey[ 2 ];
|
||||
if( key == nil )
|
||||
{
|
||||
|
Reference in New Issue
Block a user