Skip to content

Commit

Permalink
Documented is_console_available.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuinbox committed Sep 13, 2024
1 parent 5ebbebf commit 9bc60a5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# is_console_available
Determine if your application has access to a console window or not.

`bool is_console_available();`

## Returns:
bool: true if your application has access to a console window, false otherwise.

0 comments on commit 9bc60a5

Please sign in to comment.