update.cc
来自「The Little Green BATS is the first and s」· CC 代码 · 共 13 行
CC
13 行
#include "sine.ih"void Sine::update(){ Behavior::update(); d_committed = d_committed || d_factor < 1.0; _debugLevel4(ident() << " committed: " << (d_committed ? "yes" : "no"));}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?