mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +00:00
Add GetPixel and DrawRectangle functions to Display class
This commit is contained in:
@ -214,6 +214,10 @@ namespace Video
|
||||
|
||||
void ClearBuffer();
|
||||
void SetPixel(uint32_t X, uint32_t Y, uint32_t Color);
|
||||
uint32_t GetPixel(uint32_t X, uint32_t Y);
|
||||
void DrawRectangle(uint32_t X, uint32_t Y,
|
||||
uint32_t Width, uint32_t Height,
|
||||
uint32_t Color);
|
||||
void Scroll(int Lines);
|
||||
|
||||
void SetDoNotScroll(bool Value)
|
||||
|
Reference in New Issue
Block a user