Skip to content

furusystems/FSignal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSignal

(aka 'Hey look, yet another Haxe signals implementation!')

Simple cross plat Signals for Haxe. Uses generics for strong typing on compatible platforms.

Three variations exist, starting with 0 arguments up to 3. For instance, a signal that dispatches two floats and a string would be declared as such:

var sig = new fsignal.Signal3<Float,Float,String>();

Signals support the usual add, addOnce, removeAll and dispose. Additionally, the signal constructor can enable a "oneshot" mode where the listener list is cleared every dispatch.

About

Cross plat Signals for Haxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages