mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
a.m32: add some commented out example code for the screenshot functionality.
git-svn-id: https://svn.eduke32.com/eduke32@2820 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
98f7be1ace
commit
6bafc7d176
1 changed files with 20 additions and 0 deletions
|
@ -1330,9 +1330,29 @@ ends
|
||||||
|
|
||||||
// key settings
|
// key settings
|
||||||
defstate userkeys_3d
|
defstate userkeys_3d
|
||||||
|
/*
|
||||||
|
ifge searchwall 0 ifl searchwall MAXWALLS
|
||||||
|
ifholdkey KEY_KP5
|
||||||
|
{
|
||||||
|
add wall[searchwall].ypanning 1
|
||||||
|
set DOSCRSHOT 1
|
||||||
|
}
|
||||||
|
*/
|
||||||
ifholdkey KEY_SEMI ifhitkey KEY_C state chselshade
|
ifholdkey KEY_SEMI ifhitkey KEY_C state chselshade
|
||||||
ends
|
ends
|
||||||
|
|
||||||
|
gamevar scrshot 0 1
|
||||||
|
|
||||||
|
/*
|
||||||
|
onevent EVENT_DRAW3DSCREEN
|
||||||
|
ifge searchwall 0, ifl searchwall MAXWALLS
|
||||||
|
{
|
||||||
|
qsprintf TQUOTE "y panning = %d" wall[searchwall].ypanning
|
||||||
|
printext256 TQUOTE 30 30 -15 0 0
|
||||||
|
}
|
||||||
|
endevent
|
||||||
|
*/
|
||||||
|
|
||||||
// convenience rebindings for notebooks:
|
// convenience rebindings for notebooks:
|
||||||
// Alt-F11 --> SCROLL LOCK (set first position)
|
// Alt-F11 --> SCROLL LOCK (set first position)
|
||||||
// Alt-arrows --> KP arrows (change pan/repeat in 3D mode)
|
// Alt-arrows --> KP arrows (change pan/repeat in 3D mode)
|
||||||
|
|
Loading…
Reference in a new issue