예제 #1
0
파일: GazeClient.cs 프로젝트: lexasss/orpl
 // Simulator
 void onSimulatorDevice(object aHandler, GazeSimulator.DeviceArgs aArgs)
 {
     if (useTobiiSDK)
     {
         onTobiiReady(null, aArgs.device.name);
     }
     else
     {
         UpdateDeviceInfo(aArgs.device);
     }
 }
예제 #2
0
 // Simulator
 void onSimulatorDevice(object aHandler, GazeSimulator.DeviceArgs aArgs)
 {
     UpdateDeviceInfo(aArgs.device);
 }