_SMOOTH (function)

From QB64 Wiki
Jump to navigation Jump to search

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

  • Version 1.3 and up.


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page