MGL(Win32)
|
MGL イベント [詳解]
関数 | |
bool | MGL::Event::Notify (NotifyType type, void *notifyArg=nullptr) noexcept |
イベント通知の実行 | |
MGL イベント
|
inlinenoexcept |
イベント通知の実行
[in] | type | 通知タイプ |
[in] | notifyArg | 通知の引数(コールバック関数のnotifyArgに送られる) |
true | 成功 |
false | 失敗 |