[Visual Basic] Public Delegate Sub Glut.MouseWheelCallback( _ ByVal wheel As Integer, _ ByVal direction As Integer, _ ByVal x As Integer, _ ByVal y As Integer _ )
[C#]
public delegate void Glut.MouseWheelCallback( intwheel, intdirection, intx, inty );