mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
debugging: add custom events to logEvent
This commit is contained in:
parent
f441b22e78
commit
c2d67e16da
1 changed files with 14 additions and 1 deletions
|
@ -634,8 +634,21 @@ logEvent( eventsEnum eType )
|
|||
CASE_STR(firstLicenseeEvent);
|
||||
CASE_STR(lastLicenseeEvent);
|
||||
|
||||
CASE_STR(firstUserEvent);
|
||||
CASE_STR(lastUserEvent);
|
||||
|
||||
CASE_STR( dictSelectedEvent );
|
||||
CASE_STR( newGameOkEvent );
|
||||
CASE_STR( newGameCancelEvent);
|
||||
CASE_STR( loadGameEvent);
|
||||
CASE_STR( prefsChangedEvent);
|
||||
CASE_STR( openSavedGameEvent);
|
||||
CASE_STR( updateAfterFocusEvent);
|
||||
#if defined XWFEATURE_BLUETOOTH || defined XWFEATURE_RELAY
|
||||
CASE_STR( connsSettingChgEvent);
|
||||
#endif
|
||||
#ifdef FEATURE_SILK
|
||||
CASE_STR( doResizeWinEvent );
|
||||
#endif
|
||||
default:
|
||||
name = "<unknown>";
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue