Class iOSNativeCalls
Inheritance
iOSNativeCalls
Syntax
public static class iOSNativeCalls
Methods
availableSensor(Int32)
Declaration
public static bool availableSensor(int type)
Parameters
| Type |
Name |
Description |
| Int32 |
type |
|
Returns
enableSensor(Int32, Boolean)
Declaration
public static bool enableSensor(int type, bool enable)
Parameters
Returns
getFramebufferSize(ref Int32, ref Int32)
Declaration
public static void getFramebufferSize(ref int w, ref int h)
Parameters
getNativeWindow()
Declaration
public static void *getNativeWindow()
Returns
getScreenOrientation(ref Int32)
Declaration
public static void getScreenOrientation(ref int orientation)
Parameters
| Type |
Name |
Description |
| Int32 |
orientation |
|
getScreenSize(ref Int32, ref Int32)
Declaration
public static void getScreenSize(ref int w, ref int h)
Parameters
getSensorFrequency(Int32)
Declaration
public static int getSensorFrequency(int type)
Parameters
| Type |
Name |
Description |
| Int32 |
type |
|
Returns
getSensorStream(Int32, ref Int32)
Declaration
public static double *getSensorStream(int type, ref int len)
Parameters
Returns
getTouchInfoStream(ref Int32)
Declaration
public static int *getTouchInfoStream(ref int len)
Parameters
| Type |
Name |
Description |
| Int32 |
len |
|
Returns
getWindowFrameSize(ref Int32, ref Int32, ref Int32, ref Int32)
Declaration
public static void getWindowFrameSize(ref int left, ref int top, ref int right, ref int bottom)
Parameters
getWindowSize(ref Int32, ref Int32)
Declaration
public static void getWindowSize(ref int w, ref int h)
Parameters
init()
Declaration
public static bool init()
Returns
Declaration
public static void inputStreamsLock(bool lck)
Parameters
messagePump()
Declaration
public static bool messagePump()
Returns
resetStreams()
Declaration
public static void resetStreams()
resize(Int32, Int32)
Declaration
public static void resize(int width, int height)
Parameters
rotate_to_allowed_orientation()
Declaration
public static bool rotate_to_allowed_orientation()
Returns
rotate_to_device_orientation()
Declaration
public static bool rotate_to_device_orientation()
Returns
set_destroy_callback(IntPtr)
Declaration
public static bool set_destroy_callback(IntPtr func)
Parameters
| Type |
Name |
Description |
| IntPtr |
func |
|
Returns
set_device_orientation_callback(IntPtr)
Declaration
public static bool set_device_orientation_callback(IntPtr func)
Parameters
| Type |
Name |
Description |
| IntPtr |
func |
|
Returns
set_orientation_mask(Int32)
Declaration
public static bool set_orientation_mask(int orientation)
Parameters
| Type |
Name |
Description |
| Int32 |
orientation |
|
Returns
set_pause_callback(IntPtr)
Declaration
public static bool set_pause_callback(IntPtr func)
Parameters
| Type |
Name |
Description |
| IntPtr |
func |
|
Returns
setSensorFrequency(Int32, Int32)
Declaration
public static void setSensorFrequency(int type, int rate)
Parameters
shutdown(Int32)
Declaration
public static void shutdown(int exitCode)
Parameters
| Type |
Name |
Description |
| Int32 |
exitCode |
|
time()
Declaration
public static double time()
Returns