mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-06 02:23:59 +00:00
1. Updated Mouse Cursor Update to be event driven
2. Added support for remote mouse cursor rendering on Windows
This commit is contained in:
@@ -40,7 +40,7 @@ enum TILE_FLAGS_ENUM {
|
||||
short initialize_gdiplus();
|
||||
void teardown_gdiplus();
|
||||
int get_tile_at(int x, int y, void** buffer, long long *bufferSize, void *desktop, int row, int col);
|
||||
int get_desktop_buffer(void **buffer, long long *bufferSize);
|
||||
int get_desktop_buffer(void **buffer, long long *bufferSize, long*);
|
||||
BITMAPINFO get_bmp_info(int width, int height);
|
||||
void set_tile_compression(int type, int level);
|
||||
void switch_to_desktop_context();
|
||||
|
||||
Reference in New Issue
Block a user