mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 05:45:33 +00:00
notification when screenshot was taken
This commit is contained in:
parent
e4b057be30
commit
dd8c66b479
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ namespace MWInput
|
||||||
void screenshot()
|
void screenshot()
|
||||||
{
|
{
|
||||||
mEngine.screenshot();
|
mEngine.screenshot();
|
||||||
|
|
||||||
|
std::vector<std::string> empty;
|
||||||
|
windows.messageBox ("Screenshot saved", empty);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* toggleInventory() is called when the user presses the button to toggle the inventory screen. */
|
/* toggleInventory() is called when the user presses the button to toggle the inventory screen. */
|
||||||
|
|
Loading…
Reference in a new issue