bluetoothengine/bthid/mouse/Sesame_client/inc/pointmsgqueue.h
changeset 17 f05641c183ff
parent 15 00f9ee97d895
equal deleted inserted replaced
15:00f9ee97d895 17:f05641c183ff
    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: