Class TMenuItemToggleFullScreen

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMenuItemToggleFullScreen = class(TMenuItemChecked)

Description

Menu item that toggles TCastleWindowBase.FullScreen.

This already has a nice caption, key shortcut (F11 on most platforms, except Mac OS X where it's Command+F11 (on LCL backend) or Ctrl+F11 (on other backends), since the bare F11 is reserved on Mac OS X). And it has a DoClick implementation that takes care of the actual job.

So you can just add it to your menu, and forget about it. It's initial state

Hierarchy

Overview

Methods

Public constructor Create(const InitialFullScreen: boolean);
Public function DoClick: boolean; override;

Description

Methods

Public constructor Create(const InitialFullScreen: boolean);
 
Public function DoClick: boolean; override;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:15