PureBasic 4.60 Beta 4
Verfasst: 22.08.2011 00:01
Hallo zusammen,
Die nächste Beta für v4.60 ist nach einer etwas längeren Pause jetzt zum Download bereit:
http://www.purebasic.com/securedownload ... anguage=DE
Änderungen seit Beta 3:
Die nächste Beta für v4.60 ist nach einer etwas längeren Pause jetzt zum Download bereit:
http://www.purebasic.com/securedownload ... anguage=DE
Änderungen seit Beta 3:
Code: Alles auswählen
Incompatible changes to beta 3:
- removed #PB_Canvas_GrabMouse flag (this is now always done on Windows/Linux)
Other changes:
- added #PB_Canvas_Clip to Get/SetGadgetAttribute to manually set/remove clipping in CanvasGadget
- added diagonal arrow cursors to CanvasGadget (Windows Only)
- added #PB_Canvas_CustomCursor attribute to CanvasGadget to set a custom cursor handle
- added #PB_EventType_LeftClick, #PB_EventType_LeftDoubleClick etc to CanvasGadget
- added #PB_EventType_Input for CanvasGadget and #PB_Canvas_Input attribute for text input
- added DoubleClickTime() function to misc library
- added OpenGL renderer to the OGRE library on Windows, when using the OpenGL subsystem. That means than you can have exactly the same version on the 3 OSes, and also use GLSL as common script plateform (for compositor for example)
- added GetScriptTexture() and TextureOutput()