forked from speed-dreams/speed-dreams-code
add screen shot key to menuview tool
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6918 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 710b6aba980856b06af8135651e36740dcbcca47 Former-commit-id: dbd82d5b1bce03000c5625d251c298ad787c7775
This commit is contained in:
parent
ca0b4e3e42
commit
5ce0a2c723
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ LoadMenuScreen()
|
|||
GfuiAddKey(menuHandle, 'Q', "Quit", 0, onQuit, NULL);
|
||||
GfuiAddKey(menuHandle, 'q', "Quit", 0, onQuit, NULL);
|
||||
GfuiAddKey(menuHandle, GFUIK_ESCAPE, "Quit", 0, onQuit, NULL);
|
||||
GfuiAddKey(menuHandle, GFUIK_F12, "Screen-Shot", NULL, GfuiScreenShot, NULL);
|
||||
|
||||
GfParmReleaseHandle(param);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue