| 1895 | return (state_enum)3; |
| 1896 | } |
| 1897 | static bool trigger_jot(const xtextbox::jot& j) |
| 1898 | { |
| 1899 | if (!j.tag) |
| 1900 | { |
| 1901 | return true; |
| 1902 | } |
| 1903 | |
| 1904 | if (j.tag->context) |
| 1905 | { |
| 1906 | return ((bool (*)(const xtextbox::jot&))j.tag->context)(j); |
| 1907 | } |
| 1908 | |
| 1909 | return true; |
| 1910 | } |
| 1911 | static bool trigger_jot(S32 index) |
| 1912 | { |
| 1913 | xtextbox::jot* jots = ((xtextbox::layout*)&shared.lt)->jots(); |