browser DOM support

This commit is contained in:
Jorijn van der Graaf 2026-05-18 02:07:48 +02:00
commit 5352ef69a2
37 changed files with 2637 additions and 59 deletions

View file

@ -17,7 +17,11 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
module;
#ifndef CRAFTER_GRAPHICS_WINDOW_DOM
#endif // !CRAFTER_GRAPHICS_WINDOW_DOM
export module Crafter.Graphics:InputField;
#ifndef CRAFTER_GRAPHICS_WINDOW_DOM
import std;
import :Types;
import :Keys;
@ -106,3 +110,4 @@ export namespace Crafter {
const InputFieldColors& colors,
bool caretVisible);
}
#endif // !CRAFTER_GRAPHICS_WINDOW_DOM