示例#1
0
        public void sendButtonEvent(int eventID)
        {
            SimpleButton b = new SimpleButton();

            b.timestamp = UbiMeasurementUtils.getUbitrackTimeStamp();
            b._event    = eventID;
            m_button.receiveButton(b);
        }