[PD] question about gemwin

IOhannes m zmoelnig zmoelnig at iem.at
Mon Sep 17 17:11:44 CEST 2018


On 2018-09-17 16:23, ray Y wrote:
> Is there a way to go into full screen mode
> keeping a low screen resolution (320 x 240) so the quality of the

Gem tries to use the current dimensions when going to fullscreen mode.
so [dimen 320 240, fullscreen 1, create( should give you a 320x240
display with a fullscreen Gem-window.
that is: if your display supports this resolution.

you can also drop the [fullscreen( message alltogether, and just create
a borderless-window at position 0/0 with the desired dimensions:
[border 0, offset 0 0, dimen 320 240, create(
if the window has the same dimensions as the display, this will
effectively be a full-screen window.

fgadm
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20180917/ece93fc7/attachment-0001.sig>


More information about the Pd-list mailing list