Click or drag to resize

SpriteControllerRegisterKeyUpFunction Method

If you want to have a KeyUp function that is triggered by a keypress function, add the event here. The event should have the parameters (object sender, KeyEventArgs e)

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public void RegisterKeyUpFunction(
	SpriteKeyEventHandler Func
)

Parameters

Func
Type: SpriteLibrarySpriteKeyEventHandler
The function to set
See Also