kiss.core

Undocumented in source.

Members

Aliases

ErrorEventHandler
alias ErrorEventHandler = void delegate(string message)
Undocumented in source.
EventHandler
alias EventHandler = void delegate(Object sender, EventArgs args)
Undocumented in source.
SimpleEventHandler
alias SimpleEventHandler = void delegate()
Undocumented in source.
TickedEventHandler
alias TickedEventHandler = void delegate(Object sender)
Undocumented in source.

Classes

EventArgs
class EventArgs

Functions

isCompilerVersionAbove
bool isCompilerVersionAbove(int ver)
Undocumented in source. Be warned that the author may not have intended to support it.
isCompilerVersionBelow
bool isCompilerVersionBelow(int ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

ITimer
interface ITimer

Manifest constants

KISS_MAJOR_VERSION
enum KISS_MAJOR_VERSION;
Undocumented in source.
KISS_MINOR_VERSION
enum KISS_MINOR_VERSION;
Undocumented in source.
KISS_PATCH_VERSION
enum KISS_PATCH_VERSION;
Undocumented in source.

Meta