* Takes a screenshot of current screen (saved a .png) */
| 57 | * Takes a screenshot of current screen (saved a .png) |
| 58 | */ |
| 59 | RLCPP_MAYBEUNUSED RLCPPAPI inline void TakeScreenshot(const std::string& fileName) { |
| 60 | ::TakeScreenshot(fileName.c_str()); |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Get gamepad internal name id |