[Cuis-dev] toggling full screen mode

Mark Volkmann r.mark.volkmann at gmail.com
Wed Jun 12 17:58:48 PDT 2024


I was looking for a way to detect if Cuis Smalltalk is in full screen mode.
I see that the `DisplayScreen` class has this instance method for changing
it:

fullScreenMode: aBoolean
    "On platforms that support it, set full-screen mode to the value of the
argument. (Note: you'll need to restore the Display after calling this
primitive."
    "Display fullScreenMode: true. Display newDepth: Display depth"

    <primitive: 233>
    self primitiveFailed

This is the first time I've encountered the `<primitive: someNumber>`
syntax.
Where can I learn about what that does?

-- 
R. Mark Volkmann
Object Computing, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240612/a3334ece/attachment.htm>


More information about the Cuis-dev mailing list