Class: RbSDL2::Cursor::SystemCursor
Class Method Summary
collapse
Methods inherited from CursorClass
#current!, #current?, #hide, #initialize, #show, #shown?, #to_ptr
Class Method Details
.arrow_cursor ⇒ Object
19
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 19
def arrow_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_ARROW)
|
.crosshair_cursor ⇒ Object
21
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 21
def crosshair_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_CROSSHAIR)
|
.hand_cursor ⇒ Object
23
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 23
def hand_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_HAND)
|
.i_beam_cursor ⇒ Object
25
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 25
def i_beam_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_IBEAM)
|
.no_cursor ⇒ Object
27
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 27
def no_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_NO)
|
.size_all_cursor ⇒ Object
29
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 29
def size_all_cursor = new(SDL_SYSTEM_CURSOR_SIZEALL)
|
.size_ne_sw_cursor ⇒ Object
31
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 31
def size_ne_sw_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_SIZENESW)
|
.size_ns_cursor ⇒ Object
33
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 33
def size_ns_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_SIZENS)
|
.size_nw_se_cursor ⇒ Object
35
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 35
def size_nw_se_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_SIZENWSE)
|
.size_we_cursor ⇒ Object
37
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 37
def size_we_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_SIZEWE)
|
.wait_arrow_cursor ⇒ Object
41
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 41
def wait_arrow_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_WAITARROW)
|
.wait_cursor ⇒ Object
39
|
# File 'lib/rb_sdl2/cursor/system_cursor.rb', line 39
def wait_cursor = new(::SDL2::SDL_SYSTEM_CURSOR_WAIT)
|