EventBus 是一个为 C++11 编写的轻量级同步事件框架。

示例代码:

PLayer player1("Player 1", 0, 0, 0); // Player instance with a name and default position
PlayerChatEvent e(this, &player1, "This is a chat message"); // Create the event object
EventBus::FireEvent(e); // Fire the event
EventBus 3.0的用法详解
本篇内容为大家讲解的是EventBus 3.0的用法详解,感兴趣的同学参考学习下,本文内容如下:

发布于 2016-01-12 10:07:50 | 369 次阅读

EventBus使用详解
本篇内容为大家讲解的是EventBus使用详解,感兴趣的同学参考学习下,本文内容如下:

发布于 2016-01-10 11:56:34 | 167 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务