SMOOTH (function): Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Created page with "{{DISPLAYTITLE:_SMOOTH (function)}} The _SMOOTH (function) returns -1 when the current _FULLSCREEN mode has antialiasing enabled or 0 when it's disabled. {{PageSyntax}} : {{Parameter|isSmoothEnabled%%}} = _SMOOTH {{PageDescription}} * Use in conjunction with the _FULLSCREEN function to determine the current full screen mode being used. * Use _ALLOWFULLSCREEN to limit which fullscreen modes are allowed with the key combo ALT+...") |
No edit summary |
||
Line 13: | Line 13: | ||
{{PageAvailability}} | {{PageAvailability}} | ||
* | * '''QB64 v1.3 and up''' | ||
* '''QB64-PE all versions''' | |||
Latest revision as of 01:13, 17 January 2023
The _SMOOTH (function) returns -1 when the current _FULLSCREEN mode has antialiasing enabled or 0 when it's disabled.
Syntax
- isSmoothEnabled%% = _SMOOTH
Description
- Use in conjunction with the _FULLSCREEN function to determine the current full screen mode being used.
- Use _ALLOWFULLSCREEN to limit which fullscreen modes are allowed with the key combo ALT+ENTER.
Availability
- QB64 v1.3 and up
- QB64-PE all versions
See also