Ejemplo n.º 1
0
 void TVRemoteCommandsInit(TVRemote tvRemote)
 {
     tvRemote.SetCommand(TVRemoteKeyType.Up, FocusUpCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Down, FocusDownCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Ok, PlayCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Back, BackCommand);
 }
Ejemplo n.º 2
0
 void TVRemoteCommandsInit(TVRemote tvRemote)
 {
     tvRemote.SetCommand(TVRemoteKeyType.Up, FocusUpCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Down, FocusDownCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Number, InputCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Ok, LoginCommand);
 }
Ejemplo n.º 3
0
 void TVRemoteCommandsInit(TVRemote tvRemote)
 {
     tvRemote.SetCommand(TVRemoteKeyType.Ok, BackCommand);
     tvRemote.SetCommand(TVRemoteKeyType.Back, BackCommand);
 }