The Robot Application Programming Interface Delegate Project
|
Public Types | |
enum | OS { Linux = ("linux"), Mac = ("macosx"), Windows = ("win32"), Unknown = ("unknown") } |
Static Public Member Functions | |
static OS | getOS () |
static boolean | invertButtonOrder () |
Protected Member Functions | |
PlatformInfo () | |
Static Protected Member Functions | |
static PlatformInfo | instance () |
Static Protected Attributes | |
static PlatformInfo | s_instance = null |
enum OS |
PlatformInfo | ( | ) | [protected] |
static OS getOS | ( | ) | [static] |
static PlatformInfo instance | ( | ) | [static, protected] |
static boolean invertButtonOrder | ( | ) | [static] |
PlatformInfo s_instance = null [static, protected] |