Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
+3
-1
@@ -27,7 +27,7 @@ extern int SPICETOUCH_TOUCH_Y;
|
||||
extern int SPICETOUCH_TOUCH_WIDTH;
|
||||
extern int SPICETOUCH_TOUCH_HEIGHT;
|
||||
|
||||
bool is_touch_available();
|
||||
bool is_touch_available(LPCSTR caller);
|
||||
|
||||
void touch_attach_wnd(HWND hWnd);
|
||||
void touch_attach_dx_hook();
|
||||
@@ -39,3 +39,5 @@ void touch_remove_points(std::vector<DWORD> *touch_point_ids);
|
||||
|
||||
void touch_get_points(std::vector<TouchPoint> &touch_points, bool overlay = false);
|
||||
void touch_get_events(std::vector<TouchEvent> &touch_events, bool overlay = false);
|
||||
|
||||
void update_spicetouch_window_dimensions(HWND hWnd);
|
||||
|
||||
Reference in New Issue
Block a user