=begin Author @cheapmunk.naver ¸¶¿ì½º ¼û±â±â : cursor_showing(0) ¸¶¿ì½º º¸À̱â : cursor_showing(1) =end def cursor_showing(value) Win32API.new('user32', 'ShowCursor', 'l', 'l').call(value) end