mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-19 01:16:45 -04:00
notification when screenshot was taken
This commit is contained in:
parent
e4b057be30
commit
dd8c66b479
@ -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…
x
Reference in New Issue
Block a user