Class MouseWheelEvent
D class that wraps SDL_MOUSEWHEEL SDL_Events
					
				
			Fields
| Name | Type | Description | 
|---|---|---|
| sdlEvent | sdl | Internal SDL_Eventstruct | 
Properties
| Name | Type | Description | 
|---|---|---|
| sdlEventType[get] | uint | Gets the SDL_EventTypeof the underlyingSDL_Event | 
| timestamp[get] | inout(uint) | Proxy to the timestamp of the dsdl | 
Methods
| Name | Description | 
|---|---|
| fromSDL(sdlEvent) | Turns a vanilla SDL_Eventfrom bindbc-sdl todsdl |