Subversion Repositories tpanel

Rev

Rev 408 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 408 Rev 409
Line 89... Line 89...
89
        SkBitmap& getBgImage();
89
        SkBitmap& getBgImage();
90
 
90
 
91
        void show();
91
        void show();
92
        void drop();
92
        void drop();
93
        void doClick(int x, int y, bool pressed);
93
        void doClick(int x, int y, bool pressed);
-
 
94
        void moveMouse(int x, int y);
94
        void startTimer();
95
        void startTimer();
95
        void stopTimer() { mTimerRunning = false; }
96
        void stopTimer() { mTimerRunning = false; }
96
#ifdef _OPAQUE_SKIA_
97
#ifdef _OPAQUE_SKIA_
97
        void registerCallback(std::function<void (ulong handle, TBitmap image, int width, int height, ulong color)> setBackground) { _setBackground = setBackground; }
98
        void registerCallback(std::function<void (ulong handle, TBitmap image, int width, int height, ulong color)> setBackground) { _setBackground = setBackground; }
98
#else
99
#else