Ejemplo n.º 1
0
 public bool GetPress(ulong buttonMask)
 {
     return((trackedObject.DpnpGetDeviceCurrentStatus() != null)? (((uint)trackedObject.DpnpGetDeviceCurrentStatus().button_state[(int)DPNP_POLARIS_BUTTONS.DPNP_POLARIS_BUTTONS_YB][0] & buttonMask) != 0) : false);
 }