sdljava
public class SDLVersion extends Object
Version: $Id: SDLVersion.java,v 1.1 2005/02/15 03:10:55 ivan_ganza Exp $
| Field Summary | |
|---|---|
| int | major |
| int | minor |
| int | patch |
| Constructor Summary | |
|---|---|
| SDLVersion(SDL_version v) | |
| Method Summary | |
|---|---|
| int | getMajor()
Gets the value of major
|
| int | getMinor()
Gets the value of minor
|
| int | getPatch()
Gets the value of patch
|
Returns: the value of major
Returns: the value of minor
Returns: the value of patch