blob: 0dd9e559458960f66e1ffbfbcdf39fb5f3718dd0 (
plain)
1
2
3
4
5
6
7
8
9
|
// SDLSystemAction.m
//
#import "SDLSystemAction.h"
SDLSystemAction const SDLSystemActionDefaultAction = @"DEFAULT_ACTION";
SDLSystemAction const SDLSystemActionStealFocus = @"STEAL_FOCUS";
SDLSystemAction const SDLSystemActionKeepContext = @"KEEP_CONTEXT";
|