| 385 | } |
| 386 | |
| 387 | void AppFrame::SetWindowed(bool v)LNOEXCEPT |
| 388 | { |
| 389 | if (m_iStatus == AppStatus::Initializing) |
| 390 | m_OptionWindowed = v; |
| 391 | else if (m_iStatus == AppStatus::Running) |
| 392 | LWARNING("试图在运行时更改窗口化模式"); |
| 393 | } |
| 394 | |
| 395 | void AppFrame::SetFPS(fuInt v)LNOEXCEPT |
| 396 | { |
nothing calls this directly
no outgoing calls
no test coverage detected