Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 SDK Documentation | Builds | BA3 Home
AltusUnified::KeyboardEvent Class Reference

Public Member Functions

KeyboardEvent duplicate ()
 
Keysym keysym ()
 The key that was pressed or released More...
 
void keysym_set (Keysym val)
 

Public Attributes

Uint32 type
 KEYDOWN or KEYUP More...
 
Uint32 timestamp
 
Uint32 windowID
 The window with keyboard focus, if any More...
 
Uint8 state
 PRESSED or RELEASED More...
 
Uint8 repeat
 Non-zero if this is a key repeat More...
 

Member Function Documentation

KeyboardEvent AltusUnified::KeyboardEvent::duplicate ( )
Keysym AltusUnified::KeyboardEvent::keysym ( )

The key that was pressed or released

void AltusUnified::KeyboardEvent::keysym_set ( Keysym  val)

Member Data Documentation

Uint8 AltusUnified::KeyboardEvent::repeat

Non-zero if this is a key repeat

Uint8 AltusUnified::KeyboardEvent::state
Uint32 AltusUnified::KeyboardEvent::timestamp
Uint32 AltusUnified::KeyboardEvent::type
Uint32 AltusUnified::KeyboardEvent::windowID

The window with keyboard focus, if any