Ultralight-API icon indicating copy to clipboard operation
Ultralight-API copied to clipboard

C/C++ API Headers for Ultralight

Results 6 Ultralight-API issues
Sort by recently updated
recently updated
newest added

Just for anyone else looking to use this module and to save their time -- these headers are incompatible with the latest v1.3, contrary to what the last commit's message...

HTML Select appears to not work. Not sure why. It appears to not respond to down arrow click. Example: ` Select Option 1 Option 2 Option 3 `

I'm in the process of making a library which integrates Ultralight with JUCE (an audio framework). It would be good if users don't have to modify their include paths when...

If you are not `using namespace ultralight` you won't be able to call those MACROS. With this small addition it will be possible and free of compatibility issues.

Hi @adamjs, I'm currently working on Ultralight bindings for the [PureBasic] language. So far, I've managed to successfully port _Sample 6_ (Intro to C API), and created some custom variations...