Age | Commit message (Collapse) | Author |
|
resize the <canvas> element on the web page in 'generic' fashion without having to depend on SDL or X11 headers in C code. This function is intended to be used in conjunction with EGL to specify a custom pixel resolution for the canvas (EGL API does not have expressiveness to do arbitrary pixel sizes).
|
|
|
|
compiled with emulation
|
|
|
|
strndump function implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix the SDL mouse motion events
|
|
These are useful for fog implementation, which we can look into
implementing in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A bunch of random fixes
|
|
|
|
It's not implemented for now...
|
|
|
|
Use Module.print, since the print function doesn't seem to be accessible
any more for some reason. Without this, enabling FS_LOG causes the
browser's print UI to be invoked, which is pretty bad!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|