1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 11:55:13 +00:00
QB64-PE/internal/c/parts
FellippeHeitor c83b15eb95 Implements Drag/Drop of files onto a program's window (Windows-only).
New statement:
    _ACCEPTFILEDROP [{ON|OFF}]
    Enables a program to accept files being dropped from a folder.

New functions:
    _TOTALDROPPEDFILES
    Returns the number of files that have been received via drag/drop.

    _DROPPEDFILE$
    Returns the list of files that have been dropped. The function sequentially returns the file list and decreases _TOTALDROPPEDFILES with every read.
2018-07-31 00:23:36 -03:00
..
audio Correctly set speex's output buffer size 2017-10-23 00:51:17 +11:00
core Implements Drag/Drop of files onto a program's window (Windows-only). 2018-07-31 00:23:36 -03:00
input/game_controller Implements the _DIR$("desktop") function which returns OS specific paths. 2016-03-20 18:56:10 +11:00
network (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
video Update NanoJPEG to the version 1.3.5 2018-05-22 21:31:49 +02:00