modified buttons for touch interfaces. The help screen has been modified to have all PSP button information removed. The layout of the buttons have been moved as has the size of the buttons.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-23 16:24:06 +00:00
parent 6c6bf623ff
commit fc08b2cfa3
3 changed files with 92 additions and 63 deletions

View File

@@ -153,6 +153,9 @@ extern NSString *const kReachabilityChangedNotification;
// Use to check the reachability of a particular IP address.
+ (Reachability *) reachabilityWithAddress: (const struct sockaddr_in*) hostAddress;
// Use to check the reachability of the Google DNS Servers.
+ (Reachability *) reachabilityForGoogleDNS;
// Use to check whether the default route is available.
// Should be used to, at minimum, establish network connectivity.
+ (Reachability *) reachabilityForInternetConnection;