qmlfrontend/flib.h
branchqmlfrontend
changeset 12890 9c259fb4d405
parent 12883 adb1fccc706a
equal deleted inserted replaced
12884:66171ce586cc 12890:9c259fb4d405
    28 typedef void GameTick_t(uint32_t time_delta);
    28 typedef void GameTick_t(uint32_t time_delta);
    29 typedef void ResizeWindow_t(uint32_t width, uint32_t height);
    29 typedef void ResizeWindow_t(uint32_t width, uint32_t height);
    30 typedef void ipcToEngineRaw_t(const char* msg, uint32_t len);
    30 typedef void ipcToEngineRaw_t(const char* msg, uint32_t len);
    31 typedef void ipcSetEngineBarrier_t();
    31 typedef void ipcSetEngineBarrier_t();
    32 typedef void ipcRemoveBarrierFromEngineQueue_t();
    32 typedef void ipcRemoveBarrierFromEngineQueue_t();
       
    33 typedef bool updateMousePosition_t(int32_t centerX, int32_t centerY, int32_t x, int32_t y);
    33 
    34 
    34 typedef void registerUIMessagesCallback_t(void* context, void (*)(void* context, MessageType mt, const char* msg, uint32_t len));
    35 typedef void registerUIMessagesCallback_t(void* context, void (*)(void* context, MessageType mt, const char* msg, uint32_t len));
    35 typedef void flibInit_t(const char* localPrefix, const char* userPrefix);
    36 typedef void flibInit_t(const char* localPrefix, const char* userPrefix);
    36 typedef void flibFree_t();
    37 typedef void flibFree_t();
    37 typedef void passFlibEvent_t(const char* data);
    38 typedef void passFlibEvent_t(const char* data);