bluetoothengine/bthid/mouse/Sesame_client/inc/pointmsgqueue.h
changeset 26 b78e66e88238
parent 25 9c3798b88e30
equal deleted inserted replaced
25:9c3798b88e30 26:b78e66e88238
    38     {
    38     {
    39     KStartBTCursorAnim = 1,
    39     KStartBTCursorAnim = 1,
    40     KStopBTCursorAnim = 2,
    40     KStopBTCursorAnim = 2,
    41     KChangeCursor = 3,
    41     KChangeCursor = 3,
    42     KSendRawEvent = 4,
    42     KSendRawEvent = 4,
    43     KRedrawBTCursorAnim = 5
    43     KRedrawBTCursorAnim = 5,
       
    44     KResetBTCursorAnim = 6
    44     };
    45     };
    45 
    46 
    46 class TPointBuffer
    47 class TPointBuffer
    47     {
    48     {
    48 public:
    49 public: