1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Autobuild Process 2a48f3c7e0 Update internal/source 2022-03-10 04:52:17 +00:00
Autobuild Process c69160584b Update internal/source 2022-01-19 00:31:52 +00:00
Autobuild Process a97311bfbc Update internal/source 2021-10-18 03:13:30 +00:00
Autobuild Process 85f4701737 Update internal/source 2021-10-04 03:27:49 +00:00
Autobuild Process efd6d41ac1 Update internal/source 2021-10-02 07:24:31 +00:00
Autobuild Process ab17b336d9 Update internal/source 2021-09-30 04:25:24 +00:00
Autobuild Process 5d480b631d Update internal/source 2021-09-28 05:43:25 +00:00
Autobuild Process 90d11e9bbf Update internal/source 2020-12-29 03:20:57 +00:00
Autobuild Process 2f29af1dc0 Update internal/source 2020-12-27 01:05:22 +00:00
Autobuild Process e28e7fb596 Update internal/source 2020-02-13 15:12:04 +00:00
Autobuild Process 1ec0388794 Update internal/source 2020-02-10 03:29:34 +00:00
Autobuild Process 20803697dc Update internal/source 2020-02-10 00:34:15 +00:00
Autobuild Process 1a5fbd078a Update internal/source 2020-02-04 00:29:33 +00:00
Autobuild Process fcb428e7aa Update internal/source 2020-01-19 14:29:08 +00:00
Autobuild Process f794a0debb Update internal/source 2020-01-16 01:54:47 +00:00
Autobuild Process a9a9e32459 Update internal/source 2020-01-15 20:11:04 +00:00
Autobuild Process b7f1ae0ee7 Update internal/source 2020-01-15 03:11:44 +00:00
SteveMcNeill eba05938bb Pushed changes to enhance the Windows Console Experience
Window's CONSOLE support has been extended so that:

CSRLIN support added.
POS(0) support added.
LOCATE support added. (Works with optional parameters.)
COLOR support added.
SCREEN support added to get both character and color information of any point on the console.
tab() glitch fixed. (Which could cause an endless loop when printing with comma spaced text/numbers.)
_WIDTH support added.
_HEIGHT support added.
WIDTH support added, with 2 new parameters added so we can set the buffer width and buffer height also.
CLS support semi-added.  (Doesn't accept colored backgrounds; it clears the screen black.  I'm getting tired of working up console stuff which I probably won't ever use myself...)
SLEEP support added.
END support added so we now end with any keypress and not just enter.

_CONSOLEINPUT added, so we can tell the difference in mouse and keyboard input.
_CINP(toggle) support added, which allows us to get single character keystrokes from the console.
_CONSOLEFONT FontName, FontSize support added, which allows us to change the font and font size we use for the console.
_CONSOLECURSOR _SHOW|_HIDE, cursorsize support added, which allows us to show or hide the cursor in the console, and to change its size (from 0 to 100), as desired.

New keyboard commands added:

_CAPSLOCK -- returns 1 if caps lock is on, 0 if it isn't.
_NUMLOCK -- as above, but for num lock
_SCROLLOCK -- as above, but for scroll lock

_TOGGLE_CAPSLOCK -- toggles the caps lock state for us.
_TOGGLE_NUMLOCK -- same, but for num lock
_TOGGLE_SCROLLOCK -- same, but for scroll lock
2019-08-27 19:52:02 -04:00
FellippeHeitor 4023f7811e Manual update of internal/source [ci skip] 2019-04-14 18:52:07 -03:00
Galleon 91e7ace500 (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00