メインページ | ネームスペース一覧 | クラス階層 | データ構造 | Directories | ファイル一覧 | データフィールド

クラス sdl4gcj::video::Cursor


Public メソッド

 Cursor (byte[] data, byte[] mask, int w, int h, int hotX, int hotY)
native void freeCursor ()

Protected メソッド

 Cursor ()
void finalize () throws Throwable

スタティック関数

static native void setCursor (Cursor cursor)
 Set the currently active mouse cursor.
static native Cursor getCursor ()
 Get the currently active mouse cursor.
static native boolean showCursor (boolean visibility)
 Toggle whether or not the cursor is shown on the screen.
static native void setVisible (boolean visibility)
 Toggle whether or not the cursor is shown on the screen.
static native boolean isVisible ()
 Returns true if the cursor is visible.

変数

gnu.gcj.RawData implementation = null

Private メソッド

native void initCursor (byte[] data, byte[]mask, int w, int h, int hotX, int hotY)

コンストラクタとデストラクタ

sdl4gcj::video::Cursor::Cursor  )  [inline, protected]
 

sdl4gcj::video::Cursor::Cursor byte[]  data,
byte[]  mask,
int  w,
int  h,
int  hotX,
int  hotY
[inline]
 


関数

void sdl4gcj::video::Cursor::finalize  )  throws Throwable [inline, protected]
 

native void sdl4gcj::video::Cursor::freeCursor  ) 
 

static native Cursor sdl4gcj::video::Cursor::getCursor  )  [static, package]
 

Get the currently active mouse cursor.

SDL_Cursor* SDL_GetCursor() wrapper.

native void sdl4gcj::video::Cursor::initCursor byte[]  data,
byte[]  mask,
int  w,
int  h,
int  hotX,
int  hotY
[private]
 

static native boolean sdl4gcj::video::Cursor::isVisible  )  [static, package]
 

Returns true if the cursor is visible.

SDL_ShowCursor(int toggle) wrapper.

戻り値:
current cursor visible.

static native void sdl4gcj::video::Cursor::setCursor Cursor  cursor  )  [static, package]
 

Set the currently active mouse cursor.

SDL_SetCursor(SDL_Cursor* cursor) wrapper.

static native void sdl4gcj::video::Cursor::setVisible boolean  visibility  )  [static, package]
 

Toggle whether or not the cursor is shown on the screen.

Passing true displays the cursor and passing false hides it. SDL_ShowCursor(int toggle) wrapper.

static native boolean sdl4gcj::video::Cursor::showCursor boolean  visibility  )  [static, package]
 

Toggle whether or not the cursor is shown on the screen.

Passing true displays the cursor and passing false hides it. SDL_ShowCursor(int toggle) wrapper.

戻り値:
new cursor visibility.


構造体

gnu.gcj.RawData sdl4gcj::video::Cursor::implementation = null [package]
 


このクラスの説明は次のファイルから生成されました:
sdl4gcjに対してFri Nov 11 19:07:29 2005に生成されました。  doxygen 1.4.3