My wishlist

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
lule
User
User
Posts: 31
Joined: Fri Sep 17, 2010 8:22 pm

My wishlist

Post by lule »

FontFamily
ExamineFontFamily()
NextFontFamily()
FontFamilyName()

Device
ExamineDevice()
NextDevice()
DeviceFreeSpace()
DeviceTotalSpace()
DeviceDescription()
DeviceName() ;ext1,... D:,C:

Packer
PackEntryDate() ;Same options as DirectoryEntryDate() or GetFileDate()

CanvasGadget
GetKeyState() ;Retrieves the status of the specified control key (LSHIFT, RSHIFT, LCONTROL, RCONTROL, LMENU, RMENU). The status specifies whether the key is up, down, Or toggled
Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy.
PureBasic 6.10 LTS (Linux - x64)
User avatar
STARGÅTE
Addict
Addict
Posts: 2226
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: My wishlist

Post by STARGÅTE »

For the last one: GetKeyState()
You can use #PB_Canvas_Modifiers to get the state of #PB_Canvas_Shift, #PB_Canvas_Alt, #PB_Canvas_Control, #PB_Canvas_Command
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
Post Reply