extern "C" void run_key_pressed(uint32_t in_BufferCount, void** in_ppBufferPointers, uint64_t* in_pBufferLengths, KeyPressedData* in_pMiscData, uint16_t in_MiscDataLength, void* in_pReturnValue, uint16_t in_ReturnValueLength) { call_key_pressed_handler(in_pMiscData->key); }
void key_pressed (int key) { call_key_pressed_handler(key); }