Ultralight  1.0.0
A fast, lightweight, HTML UI engine for native apps.
KeyEvent.h File Reference

The header for the KeyEvent class. More...

#include <Ultralight/Defines.h>
#include <Ultralight/KeyCodes.h>
#include <Ultralight/String.h>

Go to the source code of this file.

Classes

class  ultralight::KeyEvent
 A generic keyboard event that can be created from a platform event or synthesized from scratch. More...
 

Namespaces

 ultralight
 This is a set of common JavaScriptCore Helper functions to simplify sample code.
 

Functions

void UExport ultralight::GetKeyIdentifierFromVirtualKeyCode (int virtual_key_code, String &key_identifier_result)
 Utility function for generating a key identifier string from a virtual key-code. More...
 

Detailed Description

The header for the KeyEvent class.

Author

This file is a part of Ultralight, a fast, lightweight, HTML UI engine

Website: http://ultralig.ht

Copyright (C) 2019 Ultralight, Inc. All rights reserved.

Definition in file KeyEvent.h.