Usermode/AxWin4 - Send mouse/keyboard events to client
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / video.hpp
index 539410b..3738099 100644 (file)
@@ -23,14 +23,16 @@ public:
        CVideo(const CConfigVideo& config);
 
        void GetDims(unsigned int& w, unsigned int& h); 
+       unsigned int width()  const { return m_width;  }
+       unsigned int height() const { return m_height; }
 
        void BlitLine(const uint32_t* src, unsigned int dst_y, unsigned int dst_x, unsigned int width);
        void Flush();
+       void SetCursorPos(int X, int Y);
 
 private:
        void SetBufFormat(unsigned int FormatID);
        void SetCursorBitmap();
-       void SetCursorPos(int X, int Y);
 };
 
 };

UCC git Repository :: git.ucc.asn.au