bluetoothengine/bthid/mouse/Sesame_client/inc/pointmsgqueue.h
branchRCL_3
changeset 13 b6f55cd40afd
parent 0 f63038272f30
child 16 b23265fb36da
equal deleted inserted replaced
11:a42ed326b458 13:b6f55cd40afd
    37 enum KAnimationCommands
    37 enum KAnimationCommands
    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     };
    44     };
    44 
    45 
    45 class TPointBuffer
    46 class TPointBuffer
    46     {
    47     {
    47 public:
    48 public: