| 44 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_name (); |
| 45 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_runtime (); |
| 46 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr device_get_gpu (); |
| 47 | [return: MarshalAs(UnmanagedType.Bool)] |
| 48 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool device_has_eye_gaze (); |
| 49 | [return: MarshalAs(UnmanagedType.Bool)] |