qmlfrontend/flib.h
branchqmlfrontend
changeset 12890 9c259fb4d405
parent 12883 adb1fccc706a
--- a/qmlfrontend/flib.h	Sun Jan 07 09:48:26 2018 +0100
+++ b/qmlfrontend/flib.h	Wed Jan 10 23:49:47 2018 +0100
@@ -30,6 +30,7 @@
 typedef void ipcToEngineRaw_t(const char* msg, uint32_t len);
 typedef void ipcSetEngineBarrier_t();
 typedef void ipcRemoveBarrierFromEngineQueue_t();
+typedef bool updateMousePosition_t(int32_t centerX, int32_t centerY, int32_t x, int32_t y);
 
 typedef void registerUIMessagesCallback_t(void* context, void (*)(void* context, MessageType mt, const char* msg, uint32_t len));
 typedef void flibInit_t(const char* localPrefix, const char* userPrefix);