Documentation
¶
Index ¶
- func ConfigureWindowRealm[T any](e js.ScriptEngine[T])
- func InitializeKeyboardEvent[T any](jsClass js.Class[T])
- func InitializeMouseEvent[T any](jsClass js.Class[T])
- func InitializePointerEvent[T any](jsClass js.Class[T])
- func InitializeUIEvent[T any](jsClass js.Class[T])
- func KeyboardEventConstructor[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_altKey[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_code[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_ctrlKey[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_getModifierState[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_isComposing[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_key[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_location[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_metaKey[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_repeat[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func KeyboardEvent_shiftKey[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEventConstructor[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_clientX[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_clientY[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_getModifierState[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_layerX[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_layerY[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_relatedTarget[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_screenX[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func MouseEvent_screenY[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func PointerEventConstructor[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func PointerEvent_height[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func PointerEvent_pressure[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func PointerEvent_tangentialPressure[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func PointerEvent_width[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func UIEventConstructor[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func UIEvent_detail[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
- func UIEvent_view[T any](cbCtx js.CallbackContext[T]) (res js.Value[T], err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureWindowRealm ¶ added in v0.11.0
func ConfigureWindowRealm[T any](e js.ScriptEngine[T])
func InitializeKeyboardEvent ¶ added in v0.11.0
func InitializeMouseEvent ¶ added in v0.11.0
func InitializePointerEvent ¶ added in v0.11.0
func InitializeUIEvent ¶ added in v0.11.0
func KeyboardEventConstructor ¶ added in v0.11.0
func KeyboardEvent_altKey ¶ added in v0.11.0
func KeyboardEvent_code ¶ added in v0.11.0
func KeyboardEvent_ctrlKey ¶ added in v0.11.0
func KeyboardEvent_getModifierState ¶ added in v0.11.0
func KeyboardEvent_isComposing ¶ added in v0.11.0
func KeyboardEvent_key ¶ added in v0.11.0
func KeyboardEvent_location ¶ added in v0.11.0
func KeyboardEvent_metaKey ¶ added in v0.11.0
func KeyboardEvent_repeat ¶ added in v0.11.0
func KeyboardEvent_shiftKey ¶ added in v0.11.0
func MouseEventConstructor ¶ added in v0.11.0
func MouseEvent_clientX ¶ added in v0.11.0
func MouseEvent_clientY ¶ added in v0.11.0
func MouseEvent_getModifierState ¶ added in v0.11.0
func MouseEvent_layerX ¶ added in v0.11.0
func MouseEvent_layerY ¶ added in v0.11.0
func MouseEvent_relatedTarget ¶ added in v0.11.0
func MouseEvent_screenX ¶ added in v0.11.0
func MouseEvent_screenY ¶ added in v0.11.0
func PointerEventConstructor ¶ added in v0.11.0
func PointerEvent_height ¶ added in v0.11.0
func PointerEvent_pressure ¶ added in v0.11.0
func PointerEvent_tangentialPressure ¶ added in v0.11.0
func PointerEvent_width ¶ added in v0.11.0
func UIEventConstructor ¶ added in v0.11.0
func UIEvent_detail ¶ added in v0.11.0
func UIEvent_view ¶ added in v0.11.0
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.