Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Manual

Special Forums/BlitzMax Manual

BlitzMax Manual

Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
Command
Description
Posts
Last post
CreateButtonCreate a Button gadget...1Mark Tiffany (1+ years ago)
SetGadgetPixmapSet a gadget's pixmap...2Mark Tiffany (1+ years ago)
KeyDownCheck for key state See the {key codes} module for a list of valid keycodes...3pushedx (1+ years ago)
GrabPixmapGrab pixmap3Perturbatio (1+ years ago)
GLTexFromPixmapHelper function to create a texture from a pixmap pixmap is resized to a valid texture size before conversion...3ShadowTurtle (1+ years ago)
SuperStrictSet SuperStrict mode1Plash (1+ years ago)
ListRemoveRemove an object from a linked list ListRemove scans a list for the specified value and removes its link...1Plash (1+ years ago)
ListAddFirstAdd an object to a linked list1Plash (1+ years ago)
ListAddLastAdd an object to a linked list1Plash (1+ years ago)
ListContainsCheck if list contains a value1Plash (1+ years ago)
ListIsEmptyCheck if list is empty1Plash (1+ years ago)
CountListCount list length1Plash (1+ years ago)
ClearListClear a linked list Removes all objects from list...1Plash (1+ years ago)
PtrComposite Type specifier for pointer types1big10p (1+ years ago)
WritePixelWrite a pixel to a pixmap The 32 bit argb value contains the following components: [ bits 24-31 | pixel alpha * bits 16-23 | pixel red * bits 8-15 | pixel green * bits 0-7 | pixel blue ]1ImaginaryHuman (1+ years ago)
AbstractDenote a Type or Method as Abstract0Nobody (1+ years ago)
ACosInverse Cosine of x0Nobody (1+ years ago)
ActivateGadgetRequest focus for a gadget...0Nobody (1+ years ago)
ActivateWindowActivate a window gadget...0Nobody (1+ years ago)
ActiveGadgetReturn the currently active gadget...0Nobody (1+ years ago)
AddGadgetItemAdd an item to a list based gadget...0Nobody (1+ years ago)
AddHookAdd a hook function Add a hook function to be executed when RunHooks is called with the specified hook id...0Nobody (1+ years ago)
AddTextAreaTextAppend text to the contents of a TextArea gadget...0Nobody (1+ years ago)
AddTreeViewNodeAdd a node to a TreeView gadget...0Nobody (1+ years ago)
AllocChannelAllocate audio channel Allocates an audio channel for use with PlaySound and CueSound...0Nobody (1+ years ago)