mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
proper error handling in ROMBASIC
Former-commit-id: b5bd084e6807c765cdd6d3ffff1b1628321b9c6a Former-commit-id: 55c3bb3cd56c7867809c0819f178aeebf1e46676
This commit is contained in:
@@ -322,7 +322,7 @@ A single text field supporting text entry
|
||||
<TD><CODE><B><A HREF="../../../../org/newdawn/slick/gui/TextField.html#setCursorVisible(boolean)">setCursorVisible</A></B>(boolean visibleCursor)</CODE>
|
||||
|
||||
<BR>
|
||||
Indicate whether the mouse cursor should be visible or not</TD>
|
||||
Indicate whether the mouse cursor should be echo or not</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
@@ -697,10 +697,10 @@ setCursorVisible</H3>
|
||||
<PRE>
|
||||
public void <B>setCursorVisible</B>(boolean visibleCursor)</PRE>
|
||||
<DL>
|
||||
<DD>Indicate whether the mouse cursor should be visible or not
|
||||
<DD>Indicate whether the mouse cursor should be echo or not
|
||||
<P>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>visibleCursor</CODE> - True if the mouse cursor should be visible</DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>visibleCursor</CODE> - True if the mouse cursor should be echo</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
Reference in New Issue
Block a user